-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
82 lines (82 loc) · 1.96 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "page-design",
"version": "0.2.0",
"description": "使用 MIP 组件和 mag design 构建精美的 MIP 页面",
"scripts": {
"lint": "fecs check tools/ --rule",
"dev": "NODE_ENV='development' gulp --gulpfile tools/gulpfile.js dev",
"build": "gulp --gulpfile tools/gulpfile.js build",
"preinstall": "node tools/check-node-version.js",
"commitmsg": "validate-commit-msg",
"validator": "gulp --gulpfile tools/gulpfile.js validator"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mipengine/page-design.git"
},
"keywords": [
"MIP",
"MIP模板",
"MIP组件",
"UI组件",
"模板"
],
"config": {
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"test",
"chore",
"revert",
"release"
]
}
},
"contributors": [
{
"name": "momofan",
"email": "lilangbo111@163.com"
},
{
"name": "xuexb",
"email": "fe.xiaowu@gmail.com"
}
],
"author": "mipengine <mip-support@baidu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mipengine/page-design/issues"
},
"homepage": "https://github.com/mipengine/page-design#readme",
"devDependencies": {
"art-template": "^4.12.2",
"autoprefixer-stylus": "^0.14.0",
"deepmerge": "^2.0.1",
"event-stream": "^3.3.4",
"fecs": "1.4.x",
"fecs-gulp": "^0.1.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-connect": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-mip-validator": "^1.0.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"highlight.js": "^9.12.0",
"husky": "^0.14.3",
"run-sequence": "^2.2.0",
"stylus": "^0.54.5",
"through2": "^2.0.3",
"validate-commit-msg": "^2.14.0"
},
"dependencies": {
"express": "^4.16.3",
"express-api-require": "^0.0.2",
"marked": "^0.3.19",
"res-json": "^1.0.1"
}
}