UNPKG

1.13 kBJSONView Raw
1{
2 "name": "abby-client",
3 "version": "1.5.11",
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 "expression-evaluator": "^0.1.0",
24 "murmurhash": "0.0.2",
25 "request": "2.83.0",
26 "request-promise-native": "1.0.5",
27 "uuid": "3.2.1"
28 },
29 "devDependencies": {
30 "babel-core": "^6.26.3",
31 "babel-loader": "^7.1.5",
32 "babel-preset-env": "^1.7.0",
33 "chai": "^4.1.2",
34 "chai-spies": "^1.0.0",
35 "coveralls": "^3.0.0",
36 "eslint": "^4.19.1",
37 "istanbul": "^1.1.0-alpha.1",
38 "mocha": "^5.0.1"
39 }
40}