-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
39 lines (39 loc) · 975 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
36
37
38
39
{
"name": "deli",
"description": "Deli child theme for Storefront",
"version": "2.0.16",
"private": "true",
"repository": {
"type": "git",
"url": "https://github.com/woothemes/deli.git"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.1.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"grunt": "~1.0.1",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "~2.1.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~2.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-rtlcss": "~2.0.1",
"grunt-sass": "~2.0.0",
"grunt-stylelint": "~0.9.0",
"grunt-wp-i18n": "^1.0.0",
"node-bourbon": "~4.2.8",
"node-sass": "~4.14.1",
"stylelint": "~8.2.0",
"susy": "~2.2.12"
},
"scripts": {
"build": "grunt",
"css": "grunt css",
"watch": "grunt watch"
}
}