-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 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
{
"name": "GoldmintDAO",
"version": "0.0.2",
"description": "Goldmint DAO",
"main": "main.js",
"scripts": {
"test": "env ETH_NODE=http://localhost:8989 mocha --reporter spec -t 90000",
"start": "node main.js"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"bcrypt": "^0.8.5",
"bignumber.js": "^3.0.1",
"body-parser": "^1.17.1",
"cluster": "^0.7.7",
"connect-mongo": "^1.1.0",
"cookie": "^0.2.3",
"cookie-parser": "^1.4.1",
"encoding": "^0.1.12",
"ethereum-ens": "^0.7.1",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-testrpc": "^3.0.3",
"express": "^4.13.4",
"express-jwt": "^3.3.0",
"facebook-node-sdk": "^0.2.0",
"http": "0.0.0",
"iconv": "^2.1.11",
"jsonwebtoken": "^5.7.0",
"keccak": "^1.3.0",
"method-override": "^2.3.5",
"mongoose": "^4.4.12",
"nconf": "^0.8.4",
"nodemailer": "^0.7.1",
"password-generator": "^2.0.2",
"querystring": "^0.2.0",
"solc": "0.4.19",
"web3": "^0.18.2",
"winston": "^2.2.0"
},
"engines": {
"node": "*",
"npm": "*"
},
"keywords": [
"Goldmint"
],
"author": "Anthony Akentiev",
"license": "",
"gitHead": "",
"devDependencies": {
"mocha": "^3.2.0"
}
}