-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 847 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
{
"name": "guppy-post-flow-feature-start",
"version": "1.0.0",
"description": "Installs a post-flow-feature-start git-hook only, for guppy packages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "guppy post-flow-feature-start"
},
"repository": {
"type": "git",
"url": "https://github.com/EvtK/guppy-post-flow-feature-start.git"
},
"keywords": [
"guppy",
"git-guppy",
"guppy-hook",
"post-flow-feature-start"
],
"author": "Erik van 't Klooster (https://github.com/EvtK)",
"license": "MIT",
"bugs": {
"url": "https://github.com/EvtK/guppy-post-flow-feature-start/issues"
},
"homepage": "https://github.com/EvtK/guppy-post-flow-feature-start",
"dependencies": {
"guppy-cli": "git+https://github.com/EvtK/guppy-cli"
}
}