forked from ExodusMovement/shapeshift.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.31 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.31 KB
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
54
55
56
57
58
59
{
"name": "shapeshift.io",
"version": "1.3.2",
"description": "A component for shapeshift.io crypto currency API.",
"main": "lib/shapeshift.js",
"scripts": {
"build-browser": "browserify ./ -s shapeshift -o dist/shapeshift.js",
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape test/*test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/SeductiveMobile/shapeshift.io"
},
"keywords": [
"crypto",
"crypto",
"currency",
"currency",
"shapeshift",
"bitcoin",
"litecoin",
"dogecoin",
"dash",
"monero",
"counterparty",
"blackcoin"
],
"author": "JP Richardson",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeductiveMobile/shapeshift.io/issues"
},
"homepage": "https://github.com/SeductiveMobile/shapeshift.io",
"devDependencies": {
"browserify": "^13.1.1",
"cb-insight": "^0.1.0",
"coininfo": "^0.4.0",
"coinkey": "^1.4.0",
"decimal.js": "^4.0.2",
"ms": "^0.7.1",
"nock": "^1.6.0",
"proxyquire": "^1.4.0",
"spend": "0.0.1",
"standard": "^8.6.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"dependencies": {
"request": "^2.55.0",
"xhr": "^2.0.1"
},
"standard": {
"ignore": [
"dist/shapeshift.js"
]
}
}