yield-siftscience
Version:
Promise-wrapped Sift Science lib for yielding. Also supports regular callback functions.
39 lines (38 loc) • 874 B
JSON
{
"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"
}
}