-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.25 KB
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
38
39
{
"name": "middleware_nem.rest",
"version": "1.0.0",
"main": "index.js",
"requirements": {},
"dependencies": {
"bluebird": "^3.5.0",
"bunyan": "^1.8.12",
"dotenv": "^4.0.0",
"lodash": "^4.17.4",
"middleware-common-components": "github:ChronoBank/middleware-common-components",
"middleware_service.sdk": "github:chronobank/middleware-service-sdk",
"middleware_common_infrastructure": "^1.0.5",
"mongoose": "^4.11.7",
"mongoose-long": "^0.1.1",
"nem-sdk": "^1.6.1",
"require-all": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"chai": "^4.1.1",
"eslint": "^4.4.1",
"eslint-plugin-chronobank": "github:chronobank/eslint-plugin-chronobank",
"mocha": "^3.5.0",
"request": "^2.81.0",
"request-promise": "^4.2.2"
},
"scripts": {
"lint": "node ./node_modules/eslint/bin/eslint.js -c .eslintrc.js --ext .js --fix --ignore-path .eslintignore .",
"test": "node ./node_modules/mocha/bin/mocha -t 90000 tests/index.js"
},
"author": "chronobank",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ChronoBank/middleware-nem-rest/issues"
},
"homepage": "https://github.com/ChronoBank/middleware-nem-rest#readme",
"description": "Middleware NEM rest"
}