pivotal
Version:
API library for PivotalTracker
36 lines (35 loc) • 1.04 kB
JSON
{
"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 <mtrudel@wizcorp.jp>",
"contributors" : [
"Sonny Michaud <michaud.sonny@gmail.com> (http://github.com/sonnym)",
"Titus Ramczykowski (https://github.com/tiii)",
"Duncan Angus Wilkie <themrdnk@gmail.com> (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.1.15",
"colors" : ">=0.6.0-1",
"validator" : ">=0.3.9",
"xml2js" : ">=0.1.13"
},
"devDependencies" : {
"vows" : ">=0.6.1",
"jslint" : ">=0.1.4"
}
}