-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.38 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
{
"name": "middleware_waves.rest",
"version": "1.0.0",
"main": "index.js",
"requirements": {},
"dependencies": {
"amqplib": "^0.5.1",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.1",
"bunyan": "^1.8.12",
"dotenv": "^4.0.0",
"jsesc": "^2.5.1",
"lodash": "^4.17.4",
"middleware_service.sdk": "github:chronobank/middleware-service-sdk",
"middleware-common-components": "github:ChronoBank/middleware-common-components",
"middleware_common_infrastructure": "^1.0.2",
"mongoose": "^4.11.11",
"mongoose-long": "^0.1.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"require-all": "^2.2.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 90000 tests"
},
"author": "chronobank",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ChronoBank/middleware-waves-rest/issues"
},
"homepage": "https://github.com/ChronoBank/middleware-waves-rest#readme",
"description": "Middleware WAVES rest",
"devDependencies": {
"@waves/waves-api": "^0.28.4",
"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",
"moment": "^2.21.0"
}
}