-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.6 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "middleware_nem.balanceProcessor",
"version": "1.0.0",
"description": "Middleware NEM balanceProcessor",
"main": "index.js",
"requirements": {
"middleware_nem.blockProcessor": "1.0.0"
},
"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 300000 -gc tests"
},
"keywords": [
"chronobank",
"middleware",
"balanceProcessor"
],
"author": "chronobank",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ChronoBank/middleware-nem-balance-processor/issues"
},
"homepage": "https://github.com/ChronoBank/middleware-nem-balance-processor#readme",
"devDependencies": {
"babel-eslint": "^8.0.1",
"chai": "^4.1.2",
"eslint": "^4.10.0",
"http-proxy": "^1.17.0",
"find-process": "^1.1.1",
"eslint-plugin-chronobank": "github:chronobank/eslint-plugin-chronobank",
"mocha": "^4.0.1"
},
"dependencies": {
"amqplib": "^0.5.2",
"bluebird": "^3.5.1",
"bunyan": "^1.8.12",
"crypto-js": "^3.1.9-1",
"dotenv": "^4.0.0",
"eslint-plugin-async-await": "0.0.0",
"lodash": "^4.17.10",
"middleware-common-components": "github:ChronoBank/middleware-common-components",
"middleware_common_infrastructure": "github:ChronoBank/middleware-common-infrastructure.git",
"mongoose": "^4.13.7",
"mongoose-long": "^0.1.1",
"nem-sdk": "^1.6.2",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"require-all": "^3.0.0",
"sockjs-client": "^1.1.4",
"webstomp-client": "1.2.0"
}
}