-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (47 loc) · 1.13 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
42
43
44
45
46
47
48
{
"name": "ax-boot-html",
"version": "1.0.0",
"description": "ax-boot-framework html",
"main": "index.html",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axboot/ax-boot-html.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/axboot/ax-boot-html/issues"
},
"homepage": "http://axboot.com/",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"copy-webpack-plugin": "^4.0.1",
"express": "^4.15.2",
"node-sass": "*",
"markdown-it": "^8.1.0",
"strip-indent": "^2.0.0",
"fs-finder": "^1.8.1",
"gulp": "*",
"gulp-changed": "*",
"gulp-concat": "*",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "*",
"gulp-clean": "^0.3.2",
"gulp-plumber": "",
"gulp-notify": "",
"gulp-replace": "",
"js-beautify": "^1.5.10",
"babel-cli": "^6.0.0",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "",
"bower": "^1.8.0"
}
}