-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 825 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 825 Bytes
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
{
"name": "sm-month",
"version": "1.0.0",
"description": "sm.cn technology monthly",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"preview": "gitbook serve",
"build": "gitbook build",
"deploy": "gitbook build && gulp deploy",
"check": "node check.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sm-fe/month.git"
},
"keywords": [
"sm-month",
"bugu-month"
],
"author": "hacke2",
"license": "ISC",
"bugs": {
"url": "https://github.com/sm-fe/month/issues"
},
"homepage": "https://github.com/sm-fe/month#readme",
"precommit": "check",
"devDependencies": {
"gitbook-cli": "^2.3.0",
"gitbook-plugin-disqus": "^0.1.0",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"pre-commit": "^1.2.2"
}
}