-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "ks",
"version": "1.0.0",
"description": "课程设计",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt-contrib-connect": "^1.0.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-imagemin": "^3.1.1",
"gulp-less": "^3.3.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-uglify": "^2.0.1",
"object-assign": "^4.1.1",
"open": "^0.0.5",
"readable-stream": "^2.2.3",
"serve-static": "^1.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhangzheng1019/Angular-ks.git"
},
"keywords": [
"Angular"
],
"author": "zz",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhangzheng1019/Angular-ks/issues"
},
"homepage": "https://github.com/zhangzheng1019/Angular-ks#readme"
}