-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.35 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
{
"name": "smart-views",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "nyc mocha --check-leaks --timeout 120000 --exit"
},
"author": "Petros Demetrakopoulos",
"license": "ISC",
"dependencies": {
"abi-decoder": "^2.3.0",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"delay": "^4.4.0",
"dot": "^1.1.3",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"fast-stringify": "^2.0.0",
"ganache-core": "^2.13.1",
"handlebars": "^4.7.6",
"json-sql": "^0.5.0",
"lodash": "^4.17.20",
"microtime": "^3.0.0",
"mysql": "^2.18.1",
"promise": "latest",
"redis": "^3.0.2",
"request": "^2.88.2",
"require-reload": "^0.2.2",
"self-reload-json": "^0.4.0",
"socket.io": "^3.0.3",
"socket.io-client": "^3.0.3",
"solc": "^0.6.6",
"sync-request": "^6.1.0",
"underscore": "^1.12.0",
"web3": "^1.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"eslint": "^7.15.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"request-promise": "^4.2.6",
"supertest": "^6.0.1"
}
}