forked from buttercoin/buttercoin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.17 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": "buttercoin",
"version": "0.0.3",
"description": "Open Source Bitcoin Exchange",
"main": "./lib/",
"scripts": {
"start": "bin/dev-standalone",
"test": "sh test.sh"
},
"engine": "node >= 0.10.1",
"repository": {
"type": "git",
"url": "git://github.com/buttercoin/buttercoin.git"
},
"dependencies": {
"buttercoin-engine": "git://github.com/buttercoin/buttercoin-engine.git#master",
"isnode": "*",
"ws": "*",
"wsany": "*",
"stump": "0.0.4",
"enkihelpers": "*",
"enkicolor": "*",
"q": "*",
"q-io": "*",
"eemitterport": "*",
"chained-emitter": "*",
"deque": "*",
"redblack": "*",
"jspack": "*",
"express": "3.2.0",
"connect": "2.7.6",
"engine.io-client": "0.5.0",
"engine.io": "0.5.0",
"underscore": "*",
"optimist": "*"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"should": "*",
"coffee-script": "*",
"sinon": "*",
"sinon-chai": "*",
"temporary": "*"
},
"keywords": [
"bitcoin",
"buttercoin"
],
"author": "Buttercoin Developers (http://github.com/buttercoin/)",
"license": "MIT",
"readmeFilename": "README.md"
}