forked from otothea/yield-siftscience
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 793 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
{
"name": "yield-siftscience",
"version": "0.1.2",
"description": "Promise-wrapped Sift Science lib for yielding. Also supports regular callback functions.",
"author": "Oscar Armstrong <[email protected]> (https://github.com/otothea)",
"homepage": "https://otothea.com",
"keywords": [
"fraud",
"prevention",
"sift",
"science",
"yield",
"koa",
"promise",
"siftscience"
],
"repository": {
"type": "git",
"url": "https://github.com/otothea/yield-siftscience"
},
"main": "./lib/app.js",
"dependencies": {
"q": "1.4.1",
"request": "2.67.0",
"underscore": "1.8.3"
},
"bugs": {
"url": "https://github.com/otothea/yield-siftscience/issues"
},
"license": "MIT",
"scripts": {
"test": "node test/index.js"
}
}