-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 977 Bytes
/
package.json
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
{
"name": "node-databox",
"version": "0.10.8",
"description": "A NodeJs Lib for Zest REST over ZeroMQ",
"main": "main.js",
"scripts": {
"test": "./setupTest.sh && jest --coverage",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/me-box/lib-node-databox.git"
},
"author": "toshbrown",
"license": "MIT",
"bugs": {
"url": "https://github.com/me-box/lib-node-databox/issues"
},
"homepage": "https://github.com/me-box/lib-node-databox#readme",
"dependencies": {
"dotenv": "^6.2.0",
"hexer": "^1.5.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"yargs": "^12.0.1",
"zeromq": "^4.6.0"
},
"devDependencies": {
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^23.6.0"
}
}