forked from plaid/plaid-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 975 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
46
47
48
49
{
"name": "plaid",
"version": "0.1.1",
"description": "Plaid.com client",
"main": "index",
"contributors": [
"Philippe Modard <[email protected]>"
],
"keywords": [
"plaid",
"transactions",
"plaid.io",
"plaid.com"
],
"dependencies": {
"underscore": "1.7.x",
"request": "~2.40.0",
"async": "~0.2.6",
"forms": "~0.9.1"
},
"repository": {
"type": "git",
"url": "git://github.com/plaid/plaid-node.git"
},
"bugs": {
"url": "http://github.com/plaid/plaid-node/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/plaid/plaid-node/blob/master/LICENSE"
}
],
"devDependencies": {
"canon": "0.4.x",
"jscs": "1.8.x",
"jshint": "2.5.x",
"mocha": "2.x.x",
"xyz": "0.5.x"
},
"scripts": {
"test": "NODE_ENV=test make test"
},
"directories": {
"test": "test"
},
"readmeFilename": "README.md",
"readme": "Plaid.com Client"
}