forked from mipengine/www.mipengine.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.93 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
{
"name": "www.mipengine.org",
"description": "基于 Hexo 的 MIP 官网站点。",
"version": "0.0.32",
"hexo": {
"version": "3.5.0"
},
"scripts": {
"lint": "fecs check scripts/ test/ tools/ --rule",
"dev": "node tools/copy-dev.js && hexo server --config _config.dev.yml",
"sync-components": "node tools/sync-components.js",
"validator": "mocha --reporter spec --timeout 5000 --recursive test/spec/",
"validator:watch": "npm run validator -- --watch",
"build": "hexo clean && hexo generate",
"prevalidator": "npm run build",
"preinstall": "node tools/check-node-version.js",
"postinstall": "npm run sync-components",
"commitmsg": "validate-commit-msg"
},
"config": {
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"test",
"chore",
"revert",
"release"
]
}
},
"devDependencies": {
"chai": "^4.1.2",
"chalk": "^2.1.0",
"fecs": "1.4.x",
"glob": "^7.1.2",
"got": "^7.1.0",
"hexo": "3.5.0",
"hexo-generator-mip": "^0.6.0",
"hexo-html-minifier": "^0.0.2",
"hexo-server": "^0.2.0",
"highlight.js": "^9.12.0",
"husky": "^0.14.3",
"marked": "^0.3.6",
"mip-validator": "^1.5.6",
"mkdirp": "^0.5.1",
"mocha": "^4.0.1",
"rimraf": "^2.6.2",
"unzip": "^0.1.11",
"validate-commit-msg": "^2.14.0",
"yamljs": "^0.3.0"
},
"keywords": [
"MIP"
],
"author": "mipengine <[email protected]>",
"contributors": [
{
"name": "xuexb",
"email": "[email protected]"
}
],
"license": "MIT",
"engines": {
"node": ">= 4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mipengine/www.mipengine.org.git"
},
"bugs": {
"url": "https://github.com/mipengine/www.mipengine.org/issues"
},
"homepage": "https://github.com/mipengine/www.mipengine.org#readme"
}