forked from azu/gitbook-plugin-github-buttons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 931 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
37
38
39
40
41
{
"name": "gitbook-plugin-github-buttons",
"repository": {
"type": "git",
"url": "git+https://github.com/azu/gitbook-plugin-github-buttons.git"
},
"author": "azu",
"email": "azuciao@gmail.com",
"homepage": "https://github.com/azu/gitbook-plugin-github-buttons",
"license": "MIT",
"bugs": {
"url": "https://github.com/azu/gitbook-plugin-github-buttons/issues"
},
"version": "3.0.0",
"description": "Gitbook plugin provide GitHub Button.",
"main": "index.js",
"files": [
"_layouts",
"index.js",
"lib",
"src"
],
"directories": {
"test": "test"
},
"scripts": {
"build": "babel src --out-dir lib --source-maps",
"watch": "babel src --out-dir lib --watch --source-maps",
"prepublish": "npm run --if-present build"
},
"keywords": [
"gitbook",
"plugin"
],
"engines": {
"gitbook": "*"
},
"devDependencies": {
"babel": "^5.8.23"
}
}