-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.59 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
58
59
60
61
62
{
"name": "EOS-API-Gateway",
"version": "0.0.1",
"private": true,
"description": "Byzantine EOS API Gateway Project",
"keywords": [
"EOS",
"API Gateway"
],
"author": "M.Reddy <[email protected]>",
"license": "(ISC OR GPL-3.0)",
"repository": {
"type": "git",
"url": "https://github.com/Byzantine-Works/EOS-API-Gateway.git"
},
"main": "app.js",
"dependencies": {
"axios": "^0.18.0",
"bignumber.js": "^7.2.1",
"chalk": "^2.4.1",
"commander": "^2.17.1",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"elasticsearch": "^15.1.1",
"eosjs": "^16.0.3",
"eosjs-ecc": "^4.0.3",
"events": "^3.0.0",
"express": "^4.16.3",
"fakerator": "^0.3.0",
"figlet": "^1.2.0",
"geoip-lite": "^1.3.5",
"http": "0.0.0",
"inquirer": "^6.2.0",
"lodash": "^4.17.11",
"morgan": "^1.9.1",
"node-datetime": "^2.1.2",
"nodemon": "^1.18.6",
"path": "^0.12.7",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"shelljs": "^0.8.2",
"sleep": "^5.2.3",
"socket.io": "^2.1.1",
"socketcluster": "^14.3.1",
"sockjs": "^0.3.19",
"sockjs-client": "^1.3.0",
"swagger-express-mw": "^0.1.0",
"swagger-parser": "^5.0.5",
"swagger-stats": "^0.95.6",
"uuid-apikey": "^1.4.0"
},
"devDependencies": {
"concurrently": "^4.0.1",
"should": "^7.1.0",
"supertest": "^1.0.0"
},
"scripts": {
"start": "concurrently \"nodemon app.js\" \"node wsserver/server.js\"",
"test1": "swagger project test",
"test": "./node_modules/.bin/mocha --reporter mochawesome ./eosapi.unit.tests.js --exit"
}
}