forked from slickage/baron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 812 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
36
{
"name": "baron",
"version": "0.1.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "mocha -R spec ./tests"
},
"repository": {
"type": "git",
"url": "git://github.com/slickage/baron.git"
},
"author": "James Wang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/slickage/baron/issues"
},
"homepage": "https://github.com/slickage/baron",
"dependencies": {
"express": "^3.4.8",
"ejs": "^0.8.5",
"qr-image": "^1.1.0",
"request": "^2.34.0",
"bitstamped": "slickage/bitstamped.git",
"nano": "^5.7.1",
"async": "^0.6.2",
"bitcore": "^0.1.11",
"bignumber.js": "^1.3.0",
"lodash": "^2.4.1"
},
"devDependencies": {
"couchapp": "^0.11.0",
"tap": "^0.4.8",
"mocha": "^1.18.2"
}
}