-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
38 lines (38 loc) · 900 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
{
"name": "experian-node",
"version": "1.0.0",
"description": "Experian Node.js Library",
"main": "lib/experian.js",
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"bluebird": "3.5.0",
"request": "2.81.0"
},
"devDependencies": {
"chai": "~4.1.2",
"chai-as-promised": "^7.1.1",
"jscs": "^2.3.5",
"mocha": "~3.5.3"
},
"scripts": {
"mocha": "mocha",
"test": "mocha ./test/ --timeout 120000"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:experianplc/experian-node.git"
},
"keywords": [
"experian",
"business",
"data",
"api",
"credit",
"score"
],
"author": "Experian <support@experian.com> (https://developer.experian.com)",
"license": "MIT"
}