-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 930 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 930 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
40
41
{
"name": "quick-start",
"version": "1.0.0",
"description": "Quick Start WordPress Theme Framework.",
"scripts": {
"gulp": "node_modules/gulp/bin/gulp.js"
},
"author": "Igor Noskov",
"license": "GPLv2",
"homepage": "https://github.com/IgorNoskov/quick-start",
"devDependencies": {
"babel-cli": "*",
"babel-core": "*",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"del": "*",
"gulp": "^4.0.0",
"gulp-autoprefixer": "*",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "*",
"gulp-concat": "*",
"gulp-header": "*",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "*",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "*",
"normalize-stylus": "^1.0.1"
},
"engines": {
"node": ">=6",
"npm": ">=3"
},
"babel": {
"presets": [
"env"
]
},
"dependencies": {},
"main": "gulpfile.babel.js"
}