forked from chippr-robotics/ETC-public-Works
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 863 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
{
"name": "etc-public-works",
"version": "1.0.0",
"description": "collection of public repos for ethereum classic",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "forever node index",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/burnscapital/ETC-public-Works.git"
},
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/burnscapital/ETC-public-Works/issues"
},
"homepage": "https://github.com/burnscapital/ETC-public-Works#readme",
"dependencies": {
"commander": "^2.19.0",
"discord.io-gateway6": "^2.5.3",
"dotenv": "^6.1.0",
"forever": "^0.15.3",
"joi": "^14.0.1",
"mocha": "^5.0.4",
"truffle": "^4.1.3",
"web3": "^1.0.0-beta.30",
"winston": "^3.1.0"
}
}