forked from imfly/electron-docs-gitbook
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
36 lines (36 loc) · 850 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
32
33
34
35
36
{
"name": "electron-docs-gitbook",
"version": "1.0.1",
"description": "Electron 官方文档多语言电子书",
"main": "index.js",
"scripts": {
"copy": "node_modules/.bin/gulp copy",
"deploy": "node_modules/.bin/gulp deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/doc-ebooks/electron-docs-gitbook.git"
},
"keywords": [
"nodejs",
"ebook",
"pdf",
"electron",
"gitbook",
"doc"
],
"author": "imfly",
"license": "MIT",
"bugs": {
"url": "https://github.com/doc-ebooks/electron-docs-gitbook/issues"
},
"homepage": "https://github.com/doc-ebooks/electron-docs-gitbook#readme",
"dependencies": {},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.1",
"gulp-gh-pages": "^0.5.4",
"gulp-rename": "^1.2.2"
}
}