forked from brendanjerwin/pivotal-git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 946 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
42
{
"name": "pivotal-git",
"version": "1.3.2",
"description": "An integration for Git & Pivotal Tracker",
"main": "pivotal-git.js",
"scripts": {
"test": "make test",
"post-install": "make install"
},
"repository": {
"type": "git",
"url": "git://github.com/mako-taco/pivotal-git.git"
},
"keywords": [
"git",
"github",
"pivotal",
"tracker"
],
"author": "mako-taco",
"license": "MIT",
"bugs": {
"url": "https://github.com/mako-taco/pivotal-git/issues"
},
"dependencies": {
"mocha": "~1.17.1",
"should": "~3.1.3",
"pivotal": "~0.2.0",
"when": "~2.8.0",
"colors": "~0.6.2",
"superagent": "~0.16.0"
},
"bin": {
"git-start": "bin/git-start",
"git-finish": "bin/git-finish",
"git-deliver": "bin/git-deliver",
"git-list": "bin/git-list",
"git-story": "bin/git-story",
"git-roll": "bin/git-roll",
"git-cleanup": "bin/git-cleanup"
}
}