-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 972 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
{
"name": "happydoc",
"version": "0.0.2-beta",
"description":
"happydoc --- convenient system that easy to create to make people easy to publish their documents",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maple-leaf/happydoc.git"
},
"keywords": ["document", "doc"],
"author": "maple-leaf",
"license": "ISC",
"bugs": {
"url": "https://github.com/maple-leaf/happydoc/issues"
},
"homepage": "https://github.com/maple-leaf/happydoc#readme",
"dependencies": {
"go-npm": "^0.1.9"
},
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall",
"goBinary": {
"name": "command-name",
"path": "./bin",
"url":
"https://github.com/maple-leaf/happydoc/releases/download/v{{version}}/myGoPackage_{{version}}_{{platform}}_{{arch}}.tar.gz"
}
}