forked from norberteder/trello
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 749 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
35
36
37
38
39
{
"name": "trello",
"version": "0.3.0",
"author": "Graeme Foster <graemef@gmail.com>",
"description": "Do stuff with Trello",
"contributors": [
"Brett Swift",
"Mike Beasley",
"Norbert Eder <wpfnerd@gmail.com>"
],
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"main": "main.js",
"repository": {
"type": "git",
"url": "git://github.com/graemef/trello.git"
},
"keywords": [
"trello"
],
"dependencies": {
"restler": "~2.0.1"
},
"devDependencies": {
"mocha": "~1.6.0",
"chai": "~1.3.0",
"sinon": "~1.4.2",
"sinon-chai": "~2.1.2"
},
"license": "MIT",
"engine": {
"node": ">=0.6"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}