forked from pods-framework/pods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1013 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "pods",
"version": "2.6.11-a-1",
"description": "Pods is a development framework for creating, extending, managing, and deploying customized content types in WordPress.",
"author": "Pods Foundation, Inc",
"homepage": "http://pods.io/",
"bugs": "https://github.com/pods-framework/pods/issues",
"repository": {
"type": "git",
"url": "git://github.com/pods-framework/pods.git"
},
"license": "GPL-2.0+",
"contributors": "https://github.com/pods-framework/pods/graphs/contributors",
"devDependencies": {
"glob": "^7.1.*",
"grunt": "^1.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-git": "^1.0.0",
"grunt-mkdir": "^1.0.0",
"grunt-newer": "^1.2.0",
"grunt-push-svn": "^0.2.2",
"grunt-remove": "^0.1.0",
"grunt-svn-checkout": "^0.3.0",
"grunt-svn-copy": "^0.1.4",
"grunt-text-replace": "^0.4.0",
"load-grunt-tasks": "^3.5.0"
}
}