UNPKG

stellar-keystore

Version:

A library to aid in the generation of stellar keystore files

41 lines (40 loc) 1.13 kB
{ "name": "stellar-keystore", "version": "2.0.1", "description": "A library to aid in the generation of stellar keystore files", "main": "dist/index.js", "scripts": { "transpile": "nps transpile" }, "repository": { "type": "git", "url": "git+https://github.com/stellarport/stellar-keystore.git" }, "keywords": [ "Stellar", "Keystore" ], "author": "Ishai Strauss", "license": "ISC", "bugs": { "url": "https://github.com/stellarport/stellar-keystore/issues" }, "homepage": "https://github.com/stellarport/stellar-keystore#readme", "devDependencies": { "babel-cli": "6.26.0", "babel-plugin-syntax-object-rest-spread": "6.13.0", "babel-plugin-transform-class-properties": "6.24.1", "babel-plugin-transform-decorators-legacy": "1.3.4", "babel-preset-env": "1.6.0", "babel-register": "6.26.0", "cross-env": "5.0.1", "nps": "5.6.0", "nps-utils": "1.2.0" }, "dependencies": { "scrypt-async": "^2.0.0", "stellar-sdk": "^1.0.2", "tweetnacl": "^1.0.1", "tweetnacl-util": "^0.15.0" } }