forked from hajoxx/moneypot
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 802 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
{
"name": "MoneyPot",
"version": "0.0.1",
"engines": {
"node": "~0.10.26"
},
"dependencies": {
"async": "~0.8.0",
"better-assert": "^1.0.0",
"bitcoin": "^2.2.0",
"bitcoinjs-lib": "^1.1.1",
"body-parser": "~1.3.1",
"compression": "^1.0.8",
"cookie-parser": "^1.3.2",
"crypto-js": "~3.1.2-5",
"crypto-rand": "0.0.2",
"debug": "~1.0.4",
"dot-emc": "~0.1.2",
"express": "~4.1.2",
"lodash": "~2.4.1",
"nodemailer": "^1.3.0",
"nodemailer-ses-transport": "^1.2.0",
"password-hash": "^1.2.2",
"pg": "~3.3.0",
"qr-image": "2.0.x",
"request": "^2.36.0",
"requirejs": "~2.1.15",
"speakeasy": "1.0.x",
"timeago": "^0.1.0",
"uuid": "~1.4.1"
},
"scripts": {
"start": "node server.js --use_strict"
}
}