forked from whatwg/html
-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "html",
"version": "1.0.0",
"description": "HTML标准(简体中文), https://whatwg-cn.github.io/html/multipage",
"main": "index.js",
"scripts": {
"build": "make build",
"start": "http-server -p 8899 ./output",
"progress": "bash ./bin/progress.sh",
"preview": "curl -X POST -d '' https://api.netlify.com/build_hooks/5a96da9afd0efa4a0b738e90",
"deploy": "make deploy",
"clean": "rm -rf html-build/.cache",
"find": "node ./bin/find-one-to-translate.js | head"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whatwg-cn/html.git"
},
"keywords": [
"w3c",
"whatwg",
"html",
"chinese",
"translation"
],
"author": "whatwgcn",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/whatwg-cn/html/issues"
},
"homepage": "https://github.com/whatwg-cn/html#readme",
"dependencies": {
"bluebird": "^3.5.1",
"fs-extra": "^5.0.0",
"gitlog": "^3.1.2",
"http-server": "^0.12.3",
"mkpath": "^1.0.0",
"moment": "^2.20.1",
"parse5": "^4.0.0"
},
"devDependencies": {
"all-contributors-cli": "^6.17.2"
}
}