-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.4 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
53
54
55
56
57
{
"name": "ducatus-payment",
"description": "Ducatus payment gateway",
"version": "0.0.0",
"homepage": "",
"main": "src",
"keywords": [
"feathers"
],
"author": {
"name": "",
"email": ""
},
"contributors": [],
"bugs": {},
"directories": {
"lib": "src",
"test": "test/"
},
"engines": {
"node": "^9.0.0",
"yarn": ">= 0.18.0"
},
"scripts": {
"test": "yarn run eslint && yarn run mocha",
"eslint": "eslint src/. test/. --config .eslintrc.json",
"start": "node src/",
"mocha": "mocha test/ --recursive --exit"
},
"dependencies": {
"@feathersjs/configuration": "^1.0.1",
"@feathersjs/errors": "^3.2.0",
"@feathersjs/express": "^1.1.2",
"@feathersjs/feathers": "^3.0.2",
"@feathersjs/socketio": "^3.0.1",
"artillery": "^1.6.0-12",
"bitcore-lib": "^0.15.0",
"bluebird": "^3.5.1",
"compression": "^1.7.1",
"cors": "^2.8.4",
"ducatuscore-lib": "git+ssh://git@github.com/DUCATUS-revival/ducatuscore-lib.git",
"insight-watcher": "git+ssh://git@github.com/DUCATUS-revival/insight-watcher.git",
"feathers-nedb": "^3.0.0",
"helmet": "^3.9.0",
"nedb": "^1.8.0",
"redis": "^2.8.0",
"serve-favicon": "^2.4.5",
"valid-url": "^1.0.9",
"winston": "^2.4.0"
},
"devDependencies": {
"eslint": "^4.14.0",
"mocha": "^4.0.1",
"request": "^2.83.0",
"request-promise": "^4.2.2"
}
}