Skip to content

Commit 0d7015a

Browse files
npm初始化文件,方便安装组件
1 parent c07b48d commit 0d7015a

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

package.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
}

0 commit comments

Comments
 (0)