forked from CliffS/coinex.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 978 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
37
38
39
40
41
{
"name": "coinex.com",
"version": "1.2.1",
"description": "API Interface for coinex.com Bitcoin Cash exchange.",
"main": "lib/coinex.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "coffee -c -w -o lib src &",
"compile": "coffee -c -o lib src",
"prepublishOnly": "npm run-script compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CliffS/coinex.com.git"
},
"keywords": [
"coinex",
"bitcoin-cash",
"bitcoin cash",
"bitcoin",
"cash",
"cryptocurrency",
"exchange"
],
"author": "Cliff Stanford <cliff@may.be>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/CliffS/coinex.com/issues"
},
"homepage": "https://github.com/CliffS/coinex.com#readme",
"devDependencies": {
"coffeescript": "^2.6.1"
},
"dependencies": {
"bent": "github:CliffS/bent",
"md5.js": "^1.3.5"
}
}