UNPKG

1.33 kBJSONView Raw
1{
2 "name": "trezor-link",
3 "version": "0.2.45",
4 "description": "Trezor Link for browser",
5 "main": "lib/index-browser.js",
6 "scripts": {
7 "build": "make build",
8 "check": "make check"
9 },
10 "repository": "https://github.com/trezor/trezor-link.git",
11 "author": "Karel Bílek <kb@karelbilek.com>",
12 "license": "LGPL-3.0+",
13 "babel": {
14 "presets": [
15 "es2015"
16 ],
17 "plugins": [
18 "transform-flow-strip-types",
19 "transform-decorators-legacy",
20 "transform-class-properties",
21 "transform-object-rest-spread",
22 "add-module-exports",
23 "fast-async",
24 "inline-version"
25 ]
26 },
27 "bugs": {
28 "url": "https://github.com/trezor/trezor-link/issues"
29 },
30 "homepage": "https://github.com/trezor/trezor-link",
31 "devDependencies": {
32 "babel-cli": "^6.10.1",
33 "babel-plugin-add-module-exports": "^0.1.2",
34 "babel-plugin-inline-version": "^1.0.2",
35 "babel-plugin-transform-class-properties": "^6.4.0",
36 "babel-plugin-transform-decorators-legacy": "^1.3.4",
37 "babel-plugin-transform-flow-strip-types": "^6.4.0",
38 "babel-plugin-transform-object-rest-spread": "^6.3.13",
39 "babel-preset-es2015": "^6.14.0",
40 "fast-async": "^6.0.32",
41 "bump-version": "^0.5.0",
42 "whatwg-fetch": "0.11.0"
43 },
44 "dependencies": {
45 "semver-compare": "^1.0.0"
46 }
47}