-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.18 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
40
{
"name": "middleware-eth-nem-action-processor",
"version": "0.0.0",
"description": "",
"main": "index.js",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/algebris/middleware-eth-nem-action-processor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/algebris/middleware-eth-nem-action-processor/issues"
},
"homepage": "https://github.com/algebris/middleware-eth-nem-action-processor#readme",
"dependencies": {
"amqplib": "^0.5.2",
"bignumber.js": "^4.1.0",
"bunyan": "^1.8.12",
"chronobank-smart-contracts": "1.1.*",
"dotenv": "^4.0.0",
"lodash": "^4.17.4",
"mongoose": "^4.13.4",
"mongoose-long": "^0.1.1",
"nem-sdk": "^1.5.1",
"require-all": "^2.2.0",
"web3": "^0.19.0"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"chai": "^4.1.2",
"eslint": "^4.11.0",
"eslint-plugin-chronobank": "github:chronobank/eslint-plugin-chronobank",
"mocha": "^4.0.1"
}
}