forked from generalui/pivotaltracker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.14 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
46
47
48
49
50
51
52
53
{
"name": "pivotaltracker",
"description": "Node.js wrapper for Pivotal Tracker REST API (v5)",
"version": "0.1.5",
"homepage": "http://github.com/generalui/pivotaltracker",
"keywords": [
"pivotal",
"tracker",
"pivotal tracker",
"pivotaltracker"
],
"contributors": [
{
"name": "Rob Brennan",
"email": "[email protected]",
"url": "http://generalui.com"
},
{
"name": "Ricardo Colomé",
"email": "[email protected]",
"url": "http://generalui.com"
},
{
"name": "Sabra Pratt",
"email": "[email protected]",
"url": "http://generalui.com"
}
],
"main": "index.js",
"bugs": {
"url": "http://github.com/generalui/pivotaltracker/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/generalui/pivotaltracker.git"
},
"scripts": {
"test": "nodeunit ./tests/unit/run.js"
},
"dependencies": {
"form-data": "~0.1.2",
"lodash.merge": "^4.6.0",
"request": "2.74.0"
},
"devDependencies": {
"nodeunit": "latest",
"jshint": "latest"
},
"engines": {
"node": ">= 0.8"
},
"license": "MIT"
}