forked from happycog/cog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 KB
/
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
42
43
44
45
{
"name": "hc-cog",
"version": "0.8.0",
"description": "Happy Cog bash script that helps automate the development workflow",
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1",
"build": "find src/*.go | sed -E 's_(.*/|\\..*)__g' | xargs -I {} go build -v -i -o bin/{} src/{}.go"
},
"repository": {
"type": "git",
"url": "git+https://github.com/happycog/cog.git"
},
"author": "Happy Cog",
"license": "ISC",
"bugs": {
"url": "https://github.com/happycog/cog/issues"
},
"contributors": [
{
"name": "Mark Huot",
"url": "https://github.com/markhuot"
},
{
"name": "Dan DeLauro",
"url": "https://github.com/dandelauro"
},
{
"name": "Paul Phan",
"url": "https://github.com/mrpaulphan"
},
{
"name": "Matt Weinberg",
"url": "https://github.com/mrw"
},
{
"name": "Jeremy Gimbel",
"url": "https://github.com/dreadfullyposh"
}
],
"homepage": "https://github.com/happycog/cog#readme",
"bin": {
"cog": "./bin/cog"
}
}