-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 875 Bytes
/
package.json
File metadata and controls
executable file
·30 lines (30 loc) · 875 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
{
"name": "AdminLTE2-itcast-fis3",
"version": "1.0.0",
"description": "AdminLTE2 传智播客定制版 ",
"main": "index.js",
"scripts": {
"start": "fis3 server start && node fis-plus && fis3 release -wL",
"release": "fis3 release && node fis-plus",
"build": "fis3 release -d ./release && gulp del && gulp cp && gulp htmlbeautify",
"open": "fis3 server open",
"watch": "fis3 release -cw",
"clear": "fis3 release -c"
},
"repository": {
"type": "git",
"url": "https://[email protected]/docafe/adminlte2-itcast.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"copy-dir": "^0.3.0",
"del": "^2.2.2",
"fis-parser-node-sass": "^1.0.1",
"fis3-parser-html-ejs": "^1.0.3",
"gulp": "^3.9.1",
"gulp-html-beautify": "^1.0.1",
"gulp-html-extend": "^1.1.6",
"gulp-htmlmin": "^3.0.0"
}
}