-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 858 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 858 Bytes
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": "suffice",
"version": "1.2.9",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"browser-sync": "^2.18.8",
"gulp": "^4.0.2",
"gulp-image": "^2.7.6",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.1",
"gulp-rtlcss": "^1.4.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.0",
"gulp-wait": "0.0.2",
"gulp-wp-pot": "^2.0.4",
"gulp-zip": "^4.0.0",
"jshint": "^2.9.4",
"pixrem": "^3.0.2",
"stylelint_d": "^1.0.8"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"grunt": "^1.3.0",
"gulp-compress": "0.0.9",
"gulp-install": "^1.1.0",
"gulp-line-ending-corrector": "^1.0.3"
}
}