first commit
This commit is contained in:
33
Template/package.json
Executable file
33
Template/package.json
Executable file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "whtml",
|
||||
"version": "1.2.8",
|
||||
"description": "An HTML automatic compiler framework",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"all": "node_modules/.bin/concurrently \" node_modules/.bin/node-dev app.js \" \"node_modules/.bin/gulp \" ",
|
||||
"doc": "node_modules/.bin/docsify serve ./docs",
|
||||
"push": "./sh/push.sh"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"cli-color": "^1.2.0",
|
||||
"concurrently": "^3.5.1",
|
||||
"docsify-cli": "^4.2.1",
|
||||
"express": "^4.16.3",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-autoprefixer": "^5.0.0",
|
||||
"gulp-clean-css": "^3.9.3",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-jade": "^1.1.0",
|
||||
"gulp-minify-css": "^1.2.4",
|
||||
"gulp-plumber": "^1.2.0",
|
||||
"gulp-stylus": "^2.7.0",
|
||||
"gulp-uglify": "^3.0.0",
|
||||
"gulp-watch-path": "^0.1.0",
|
||||
"gulp-zip": "^4.1.0",
|
||||
"node-dev": "^3.1.3",
|
||||
"open": "0.0.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user