forked from plaid/plaid-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 979 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 979 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
40
41
42
43
44
45
46
{
"name": "plaid",
"version": "4.3.0",
"description": "A node.js client for the Plaid API",
"keywords": [
"plaid",
"plaid.com"
],
"repository": {
"type": "git",
"url": "git@github.com:plaid/plaid-node.git"
},
"bugs": {
"url": "https://github.com/plaid/plaid-node/issues"
},
"main": "lib/plaid.js",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/plaid/plaid-node/blob/master/LICENSE"
}
],
"types": "./index.d.ts",
"dependencies": {
"@types/node": "9.x",
"@types/request": "^2.48.2",
"bluebird": "^3.5.1",
"ramda": "0.23.x",
"request": "^2.74.0"
},
"devDependencies": {
"async": "2.1.x",
"dotenv": "4.0.x",
"expect.js": "0.3.x",
"istanbul": "0.4.x",
"jscs": "3.0.x",
"jshint": "2.9.x",
"mocha": "5.x",
"moment": "2.19.x",
"nock": "9.1.x",
"nockingbird": "0.2.x",
"sinon": "^4.5.0",
"typescript": "2.5.x",
"xyz": "2.1.x"
}
}