forked from phlip9/txtcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "txtcoin",
"version": "0.0.1",
"description": "Bay Bithack Project",
"main": "server.js",
"dependencies": {
"bitcoin-address": "^0.3.0",
"bluebird": "^2.3.11",
"body-parser": "^1.9.0",
"cloudinary": "^1.0.12",
"cors": "^2.4.2",
"express": "^4.9.5",
"lodash": "^2.4.1",
"mongoose": "^3.8.17",
"qr-image": "^2.0.0",
"request": "^2.47.0",
"rpg": "^0.1.0",
"twilio": "^1.7.0"
},
"devDependencies": {
"chai": "^1.9.2",
"chai-http": "^1.0.0",
"mocha": "^2.0.1",
"mongodb-fs": "0.0.12",
"proxyquire": "^1.0.1",
"sinon": "^1.11.1"
},
"scripts": {
"test": "mocha test --recursive",
"tdd": "mocha test --recursive --watch",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/phlip9/txtcoin"
},
"keywords": [
"txtcoin"
],
"author": "Philip Hayes, Tak Li",
"license": "ISC",
"bugs": {
"url": "https://github.com/phlip9/txtcoin/issues"
},
"homepage": "https://github.com/phlip9/txtcoin"
}