-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.17 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
{
"name": "middleware_service.2fa",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"bunyan": "^1.8.12",
"chronobank-smart-contracts": "^1.1.47",
"dotenv": "^4.0.0",
"elliptic": "^6.4.0",
"ethereumjs-util": "^5.2.0",
"lodash": "^4.17.4",
"middleware_service.sdk": "github:chronobank/middleware-service-sdk",
"mongoose": "^4.11.11",
"mongoose-long": "^0.1.1",
"require-all": "^2.2.0",
"secp256k1": "^3.5.0",
"speakeasy": "^2.0.0",
"web3": "^0.20.0",
"web3-provider-engine": "^13.8.0"
},
"scripts": {
"lint": "node ./node_modules/eslint/bin/eslint.js -c .eslintrc.js --ext .js --fix --ignore-path .eslintignore .",
"test": "node --max-old-space-size=8096 ./node_modules/mocha/bin/mocha -t 1200000 tests/index.js",
"migrate_red": "node ./node_modules/middleware_service.sdk/migrate.js run"
},
"author": "chronobank",
"license": "AGPL-3.0",
"description": "",
"devDependencies": {
"babel-eslint": "^8.0.2",
"chai": "^4.1.1",
"eslint": "^4.6.1",
"eslint-plugin-chronobank": "github:chronobank/eslint-plugin-chronobank",
"mocha": "^3.5.0",
"request-promise": "^4.2.2"
}
}