forked from Wizcorp/node-pivotal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 965 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 965 Bytes
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
{
"name" : "pivotal",
"description" : "API library for PivotalTracker",
"keywords" : [ "pivotal", "tracker", "pivotaltracker" ],
"homepage" : "https://github.com/Wizcorp/node-pivotal",
"version" : "0.1.3",
"author" : "Marc Trudel <mtrudel@wizcorp.jp>",
"contributors" : [
"Sonny Michaud <michaud.sonny@gmail.com (http://github.com/sonnym)",
"Titus Ramczykowski (https://github.com/tiii)"
],
"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"
}
}