-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.09 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
{
"name": "node-siftscience",
"version": "1.1.0",
"description": "Node HTTP client for Sift Science's API",
"main": "index.js",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/officert/node-siftscience.git"
},
"keywords": [
"Sift",
"Science",
"Fraud",
"Node",
"HTTP",
"Rest",
"API",
"Client",
"HTTP",
"Client"
],
"author": "Tim Officer",
"license": "MIT",
"bugs": {
"url": "https://github.com/officert/node-siftscience/issues"
},
"homepage": "https://github.com/officert/node-siftscience#readme",
"dependencies": {
"axios": "^0.16.2",
"bluebird": "^3.5.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"coveralls": "2.13.1",
"eslint": "3.12.2",
"eslint-config-airbnb-base": "11.0.0",
"eslint-plugin-import": "2.2.0",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"mocha-lcov-reporter": "1.3.0",
"should": "11.1.2",
"sinon": "1.17.6",
"supertest": "3.0.0"
}
}