forked from cocos/cocos-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 890 Bytes
/
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
{
"name": "creator-docs",
"version": "1.6.1",
"description": "This repo is for hosting Cocos Creator documents.",
"main": "index.js",
"dependencies": {
"commander": "^2.12.2",
"del": "^3.0.0",
"globby": "^7.1.1",
"gulp": "^3.9.1",
"gulp-sequence": "^0.4.6",
"lodash": "^4.17.4"
},
"devDependencies": {},
"scripts": {
"build": "gulp restore-ignore && gulp prebuild && gitbook build && gulp postbuild",
"preview": "gulp preview",
"upload": "gulp publish --dest /Volumes/creator/manual",
"publish": "npm run build && npm run upload"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cocos-creator/creator-docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cocos-creator/creator-docs/issues"
},
"homepage": "https://github.com/cocos-creator/creator-docs#readme"
}