-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
41 lines (41 loc) · 950 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
41
{
"name": "qtuminfo",
"private": true,
"version": "0.0.1",
"description": "",
"scripts": {
"dev": "bin/qtuminfo-node.js start",
"lint": "eslint --ext .js . --ignore-path .gitignore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qtumproject/qtuminfo.git"
},
"keywords": [
"qtum",
"qtuminfo",
"qtum explorer"
],
"author": "QTUM <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/qtumproject/qtuminfo/issues"
},
"homepage": "https://github.com/qtumproject/qtuminfo#readme",
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0"
},
"dependencies": {
"colors": "^1.3.3",
"commander": "^3.0.1",
"ethereumjs-abi": "^0.6.8",
"liftoff": "^3.1.0",
"lru-cache": "^5.1.1",
"mysql2": "^1.7.0",
"secp256k1": "^3.7.1",
"sequelize": "^5.19.0",
"socket.io": "^2.3.0",
"uuid": "^3.3.3"
}
}