UNPKG

994 BJSONView Raw
1{
2 "name": "abby-client",
3 "version": "1.4.7",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly --report html test/**/*.js -- -R spec",
8 "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
9 "lint": "eslint lib test"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/GreetzNL/abby-client.git"
14 },
15 "author": "",
16 "license": "ISC",
17 "bugs": {
18 "url": "https://github.com/GreetzNL/abby-client/issues"
19 },
20 "homepage": "https://github.com/GreetzNL/abby-client#readme",
21 "dependencies": {
22 "cookie": "0.3.1",
23 "murmurhash": "0.0.2",
24 "request": "2.83.0",
25 "request-promise-native": "1.0.5",
26 "uuid": "3.2.1"
27 },
28 "devDependencies": {
29 "chai": "^4.1.2",
30 "chai-spies": "^1.0.0",
31 "coveralls": "^3.0.0",
32 "eslint": "^4.19.1",
33 "istanbul": "^1.1.0-alpha.1",
34 "mocha": "^5.0.1"
35 }
36}