-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
35 lines (35 loc) · 1.01 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
{
"name" : "pivotal",
"description" : "API library for PivotalTracker",
"keywords" : [ "pivotal", "tracker", "pivotaltracker" ],
"homepage" : "https://github.com/Wizcorp/node-pivotal",
"version" : "0.2.0",
"author" : "Marc Trudel <[email protected]>",
"contributors" : [
"Sonny Michaud <[email protected]> (http://github.com/sonnym)",
"Titus Ramczykowski (https://github.com/tiii)",
"Duncan Angus Wilkie <[email protected]> (http://github.com/mrdnk)"
],
"engines" : {
"node": ">=0.4.12"
},
"main" : "index.js",
"directories" : {
"examples": "./examples",
"unittests": "./vows"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/Wizcorp/node-pivotal.git"
},
"dependencies" : {
"async" : "0.2.x",
"colors" : "0.6.x",
"validator" : "2.1.x",
"xml2js" : "0.4.x"
},
"devDependencies" : {
"vows" : ">=0.6.1",
"jslint" : ">=0.1.4"
}
}