forked from axboot/ax-boot-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 833 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 833 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
{
"version": "2.0.0",
"name": "axboot",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "babel assets/js -d lib"
},
"devDependencies": {
"node-sass": "^3.3.0",
"htmlparser": "^1.7.7",
"markdown-it": "~5.0.2",
"strip-indent": "^1.0.1",
"fs-finder": "^1.8.1",
"gulp": "*",
"gulp-changed": "*",
"gulp-concat": "*",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"js-beautify": "^1.5.10",
"gulp-plumber": "",
"gulp-notify": "",
"babel-cli": "^6.0.0",
"gulp-babel": "^6.1.2",
"babel-preset-es2015": "",
"gulp-sourcemaps": "",
"gulp-util": "*",
"gulp-clean": "^0.3.2",
"css.escape": "",
"gulp-mustache": ""
}
}