File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " ks" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " 课程设计" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "devDependencies" : {
10
+ "grunt-contrib-connect" : " ^1.0.2" ,
11
+ "gulp" : " ^3.9.1" ,
12
+ "gulp-clean" : " ^0.3.2" ,
13
+ "gulp-concat" : " ^2.6.1" ,
14
+ "gulp-connect" : " ^5.0.0" ,
15
+ "gulp-cssmin" : " ^0.1.7" ,
16
+ "gulp-imagemin" : " ^3.1.1" ,
17
+ "gulp-less" : " ^3.3.0" ,
18
+ "gulp-load-plugins" : " ^1.5.0" ,
19
+ "gulp-plumber" : " ^1.1.0" ,
20
+ "gulp-uglify" : " ^2.0.1" ,
21
+ "object-assign" : " ^4.1.1" ,
22
+ "open" : " ^0.0.5" ,
23
+ "readable-stream" : " ^2.2.3" ,
24
+ "serve-static" : " ^1.12.0"
25
+ },
26
+ "repository" : {
27
+ "type" : " git" ,
28
+ "url" : " git+https://github.com/zhangzheng1019/Angular-ks.git"
29
+ },
30
+ "keywords" : [
31
+ " Angular"
32
+ ],
33
+ "author" : " zz" ,
34
+ "license" : " ISC" ,
35
+ "bugs" : {
36
+ "url" : " https://github.com/zhangzheng1019/Angular-ks/issues"
37
+ },
38
+ "homepage" : " https://github.com/zhangzheng1019/Angular-ks#readme"
39
+ }
You can’t perform that action at this time.
0 commit comments