-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 990 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
43
44
45
{
"name": "pivotal-to-trello",
"version": "0.1.3",
"description": "Import pivotal tracker projects into trello",
"main": "index.js",
"scripts": {
"test": "tap test/*"
},
"repository": {
"type": "git",
"url": "git://github.com/toddself/pivotal-to-trello"
},
"bin": {
"pivotal-to-trello": "bin/pivotal-to-trello.js"
},
"keywords": [
"pivotal",
"trello",
"import",
"project",
"management",
"tracker",
"pivotal",
"tracker"
],
"author": "Todd Kennedy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/toddself/pivotal-to-trello/issues"
},
"homepage": "https://github.com/toddself/pivotal-to-trello",
"dependencies": {
"form-data": "^0.1.2",
"minimist": "^0.1.0",
"node-trello": "^0.1.5",
"npmlog": "0.0.6",
"pivotal": "^0.2.0",
"async": "^0.8.0",
"hyperquest": "^0.3.0"
},
"devDependencies": {
"nock": "^0.31.0",
"tap": "^0.4.9"
}
}