a1b8fabd99
* Ensure all internal dapps have package.json * Update compilation rules # Conflicts: # js/src/redux/providers/balancesActions.js # js/src/ui/Form/TypedInput/typedInput.js * Remove SignerIcon * Cleanup providers * Enable request of new token from app * Queue when no token (yet) * Add location & token request * Cleanup send logic * Request token * Request comms token * Remove yarn.lock (not updated) * Update version to 1.99.99 (publish prepare) * Move jsonrpc to seperate repo * Update jsonrpc references * Update repo info * Update repo info * Additional debugging * Update repo references * Move ABI to js-abi repo * Move webWorker to shared * Fix package reference * Worker location * Move js-ui & js-shared components * Update file references * Update package repo locations * Remove debugging info * Cleanup debug * Split api into own repo * Update api local references * Update app loading * Update dependencies * Allow serving of /parity-utils * Error when EthereumProvider has not been attached * Use inject.js * Correct appId retrieval
25 lines
467 B
JSON
25 lines
467 B
JSON
{
|
|
"name": "@parity/ledger",
|
|
"description": "JS interface for Ledger Nano hardware",
|
|
"version": "1.99.99",
|
|
"main": "library.js",
|
|
"author": "Parity Team <admin@parity.io>",
|
|
"maintainers": [
|
|
"Jaco Greeff"
|
|
],
|
|
"contributors": [],
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/paritytech/js-ledger.git"
|
|
},
|
|
"keywords": [
|
|
],
|
|
"scripts": {
|
|
},
|
|
"devDependencies": {
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|