-
Notifications
You must be signed in to change notification settings - Fork 250
/
package.json
69 lines (69 loc) · 1.47 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "trello",
"version": "0.13.0",
"author": "Norbert Eder <opensource@norberteder.com>",
"description": "This module provides an easy way to make requests to the Trello API.",
"contributors": [
{
"name": "Graeme Foster",
"email": "graemef@gmail.com"
},
{
"name": "Mike Beasley",
"email": "mbeasley@emcien.com"
},
{
"name": "Dario Kondratiuk",
"email": "dariokondratiuk@gmail.com"
},
{
"name": "Sean Madden",
"email": "sdm350@gmail.com"
},
{
"name": "Siôn Le Roux",
"email": "sinisterstuf@gmail.com"
},
{
"name": "Mike Garuccio",
"url": "https://github.com/mgaruccio"
},
{
"name": "Karel Piwko",
"url": "https://github.com/kpiwko"
},
{
"name": "Aaron Sherrill",
"url": "https://github.com/motionharvest"
}
],
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"main": "main.js",
"homepage": "https://github.com/norberteder/trello",
"repository": {
"type": "git",
"url": "https://github.com/norberteder/trello.git"
},
"keywords": [
"trello"
],
"dependencies": {
"es6-promise": "^4.2.8",
"object-assign": "~4.1.0",
"needle": "3.0.0"
},
"devDependencies": {
"mocha": "^9.1.3",
"chai": "^4.3.4",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0",
"q": "1.5.1"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.x"
},
"optionalDependencies": {}
}