-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 874 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 874 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
{
"name": "yield-siftscience",
"version": "0.2.1",
"description": "Promise-wrapped Sift Science lib for yielding. Also supports regular callback functions.",
"author": "Oscar Armstrong <oscar@otothea.com> (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",
"devDependencies": {
"body-parser": "1.16.1",
"express": "4.14.1"
},
"dependencies": {
"q": "1.4.1",
"request": "2.79.0",
"underscore": "1.8.3"
},
"bugs": {
"url": "https://github.com/otothea/yield-siftscience/issues"
},
"license": "MIT",
"scripts": {
"test": "node test/index.js"
}
}