-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.91 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "abab.io",
"version": "1.0.0",
"description": "Abab.io is a decentralized marketspace for accommodation rentals where a blockchain allows to reduce the commission and solves the issue of trust between the host and the guest by formalizing the rules of interaction in a smart contract and introducing a system for the validation of the identity and rating of the system user. ",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bodgan-medvedev/abab.git"
},
"keywords": [
"abab.io",
"abab",
"Token",
"AbabCoin",
"ERC20",
"SmartContract"
],
"author": "Bogdan Medvedev",
"license": "MIT",
"bugs": {
"url": "https://github.com/bodgan-medvedev/abab/issues"
},
"homepage": "https://github.com/bodgan-medvedev/abab#readme",
"dependencies": {
"async": "^2.5.0",
"aws-sdk": "^2.7.0",
"body-parser": "^1.17.2",
"chokidar": "^1.7.0",
"compression": "^1.7.0",
"connect-busboy": "0.0.2",
"cookie-parser": "^1.4.3",
"cookies": "^0.7.0",
"country-list": "^1.1.0",
"ethereumjs-tx": "^1.3.3",
"express": "^4.15.3",
"express-recaptcha": "^2.2.0",
"express-recaptcha-middleware": "^1.0.1",
"express-session": "^1.15.3",
"google-places": "0.0.2",
"helmet": "^3.6.1",
"jade": "^1.11.0",
"keythereum": "^1.0.1",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"moment": "^2.18.1",
"mongoose": "^4.11.3",
"mongoose-float": "^1.0.2",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"nconf": "^0.8.4",
"node-geocoder": "^3.20.0",
"nodemailer": "^4.0.1",
"password-hash": "^1.2.2",
"portfinder": "^1.0.13",
"random-node": "^1.0.3",
"request": "^2.81.0",
"s3-image-uploader": "^1.0.7",
"shelljs": "^0.7.8",
"solc": "^0.4.16",
"tabgeo": "^0.1.0",
"web3": "^0.19.1",
"winston": "^2.3.1"
}
}