-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 992 Bytes
/
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
{
"name": "mvs-explorer",
"version": "0.5.1",
"description": "Explorer for the metaverse blockchain.",
"main": "server.js",
"scripts": {
"test": "echo \"no test specified\" && exit 0"
},
"author": "Sven Mutzl",
"license": "MIT",
"jshintConfig": {
"esversion": 9,
"asi": true,
"trailingcomma": true,
"node": true
},
"dependencies": {
"apicache": "^0.8.3",
"body-parser": "^1.16.0",
"crypto-js": "^4.0.0",
"ethereum-public-key-to-address": "0.0.5",
"express": "^4.16.4",
"express-limiter": "^1.6.1",
"express-swagger-generator": "^1.1.9",
"express-winston": "^2.6.0",
"geoip-lite": "^1.3.2",
"geojson": "^0.4.1",
"lodash": "^4.17.15",
"metaversejs": "^0.3.71",
"method-override": "^2.3.7",
"mongodb": "^2.2.36",
"path": "^0.12.7",
"redis": "^2.7.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"requestify": "^0.2.5",
"winston": "^2.4.4",
"xml": "^1.0.1"
}
}