abby-client
Version:
This is the client library for Greetz's very own A/B testing platform.
26 lines (25 loc) • 561 B
JSON
{
"name": "abby-client",
"version": "1.1.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GreetzNL/abby-client.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GreetzNL/abby-client/issues"
},
"homepage": "https://github.com/GreetzNL/abby-client#readme",
"dependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.1",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
}
}