-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.35 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "shanger",
"version": "1.0.0",
"description": "天才第一步,雀氏纸尿裤",
"main": "???",
"dependencies": {
"vue-router": "^0.7.13"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"cheerio": "^0.22.0",
"del": "^2.2.2",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-less": "^3.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-rev-collector": "^1.0.5",
"gulp-uglify": "^2.0.0",
"postcss": "^5.2.5",
"postcss-font-magician": "^1.5.0",
"request": "^2.79.0",
"run-sequence": "^1.2.2",
"vue": "^2.1.8",
"vue-server-renderer": "^2.1.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shanger/shanger.github.io.git"
},
"keywords": [
"learn",
"to",
"taking",
"package"
],
"author": "shan",
"license": "ISC",
"bugs": {
"url": "https://github.com/shanger/shanger.github.io/issues"
},
"homepage": "https://github.com/shanger/shanger.github.io#readme"
}