forked from themeum/kirki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 842 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
32
33
{
"name": "kirki-toolkit",
"version": "1.0.2",
"author": "Aristeides Stathopoulos",
"homepage": "http://kirki.org",
"repository": {
"type": "git",
"url": "https://github.com/aristath/kirki"
},
"bugs": {
"url" : "https://github.com/aristath/kirki/issues"
},
"licenses": [{
"type": "GPL v2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}],
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-sass": "~0.9.0",
"grunt-contrib-concat" : "~0.5.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-wp-i18n": "^0.5.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-curl": "*",
"grunt-phpdocumentor": "~0.4.1",
"grunt-wp-readme-to-markdown": "^1.0.0"
}
}