forked from trezor/trezor.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-browser.json
52 lines (52 loc) · 1.32 KB
/
package-browser.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
{
"name": "trezor.js",
"version": "5.0.19",
"author": "BitcoinTrezor.com <info@bitcointrezor.com>",
"homepage": "https://github.com/trezor/trezor.js",
"description": "High-level Javascript API for Bitcoin Trezor",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/trezor/trezor.js.git"
},
"bugs": {
"url": "https://github.com/trezor/trezor.js/issues"
},
"keywords": [
"trezor",
"bitcoin",
"wallet"
],
"main": "lib/index-browser.js",
"babel": {
"presets": [
"es2015"
],
"plugins": [
"transform-object-rest-spread",
"transform-flow-strip-types",
"transform-class-properties",
"add-module-exports"
]
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-class-properties": "^6.4.0",
"babel-plugin-transform-flow-strip-types": "^6.4.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.3.13",
"browserify": "^13.0.0",
"uglify-js": "^2.7.3",
"bump-version": "^0.5.0"
},
"dependencies": {
"bitcoinjs-lib": "^2.2.0",
"ecurve": "^1.0.2",
"randombytes": "^2.0.1",
"semver-compare": "1.0.0",
"trezor-link": "^0.2.48",
"unorm": "^1.3.3",
"whatwg-fetch": "0.11.0"
}
}