-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
37
38
39
40
41
{
"name": "kraftwerke",
"version": "1.0.0",
"description": "The base parent/child theme setup for sites built by emagine.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wordpress"
],
"author": "emagine",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.18.2",
"child_process": "^1.0.2",
"del": "^2.2.2",
"fs": "0.0.1-security",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-download": "0.0.1",
"gulp-jshint": "^2.0.4",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-newer": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sass-glob": "^1.0.6",
"gulp-sass-glob-import": "^0.1.0",
"gulp-sass-lint": "^1.1.1",
"gulp-uglify": "^2.0.0",
"gulp-wp-pot": "^2.0.4",
"jshint": "^2.9.4",
"node-reset-scss": "^1.0.1",
"path": "^0.12.7"
}
}