forked from pods-framework/pods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.1 KB
/
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
32
33
34
35
36
{
"name": "pods",
"version": "2.6.9-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"
},
"licenses": [
{
"type": "GPL-2.0+",
"url": "https://github.com/pods-framework/pods/blob/master/license.txt"
}
],
"contributors": "https://github.com/pods-framework/pods/graphs/contributors",
"devDependencies": {
"glob": "^7.0.*",
"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"
}
}