forked from themeum/kirki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 822 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
34
35
{
"name": "kirki-toolkit",
"version": "2.2.7",
"author": "Aristeides Stathopoulos",
"homepage": "https://kirki.org",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aristath/kirki"
},
"bugs": {
"url": "https://github.com/aristath/kirki/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-concat" : "~0.5.1",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-curl": "2.2.0",
"grunt-wp-readme-to-markdown": "^1.0.0",
"grunt-json2php":"^0.1.4",
"grunt-contrib-clean":"^1.0.0",
"grunt-jscs":"~2.7.0"
}
}