-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 802 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
{
"name": "svg-tutorial",
"version": "0.0.1",
"description": "SVG教程中文翻译版",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brucewar/svg-tutorial.git"
},
"keywords": [
"SVG",
"中文版",
"教程"
],
"author": "brucewar",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/brucewar/svg-tutorial/issues"
},
"homepage": "https://github.com/brucewar/svg-tutorial#readme",
"devDependencies": {
"gitbook-cli": "^2.3.0",
"gitbook-plugin-baidu": "^0.1.0",
"gitbook-plugin-duoshuo": "https://registry.npmjs.org/gitbook-plugin-duoshuo/-/gitbook-plugin-duoshuo-1.6.3.tgz",
"gitbook-plugin-ga": "^1.0.1"
}
}