-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 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
54
55
56
57
58
{
"name": "co-node-trello",
"description": "Co wrapper for the node-trello module",
"keywords": [
"http",
"trello",
"api",
"web-service",
"thunks",
"request",
"rest",
"koa",
"co",
"generators"
],
"version": "0.1.5",
"author": {
"name": "Keith Rosenberg",
"website": "github.com/netpoetica",
"email": "kthrose@netpoetica.com>"
},
"contributors": [
{
"name": "Andrew Dunkman",
"email": "andrew@dunkman.org"
},
{
"name": "Keith Rosenberg",
"email": "kthrose@netpoetica.com"
}
],
"dependencies": {
"node-trello": "*",
"thunkify": "^2.1.2"
},
"devDependencies": {
"chai": "~1.8.1",
"co": "~3.0.2",
"mocha": "~1.16.2"
},
"repository": {
"type": "git",
"url": "https://github.com/netpoetica/co-node-trello"
},
"bugs": {
"url": "https://github.com/netpoetica/co-node-trello/issues"
},
"main": "./index",
"scripts": {
"test": "node_modules/.bin/mocha --harmony test/test.js"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/netpoetica/co-node-trello/LICENSE.md"
}
]
}