UNPKG

stellar-wallet-js-sdk

Version:

> # :warning: Alpha version. Don't use in production.

59 lines 1.52 kB
{ "name": "stellar-wallet-js-sdk", "version": "0.0.0", "private": false, "keywords": [ "stellar" ], "dependencies": { "bs58": "~2.0.0", "bluebird": "~2.3.4", "camel-case": "~1.0.2", "lodash": "~2.4.1", "ripemd160": "~0.2.0", "sjcl": "git+https://github.com/stellar/sjcl.git", "sjcl-scrypt": "git+https://github.com/stellar/sjcl-scrypt.git", "stellar-lib": "0.9.6", "superagent": "~0.20.0", "thirty-two": "~0.0.2", "tweetnacl": "^0.11.2" }, "devDependencies": { "chai": "~1.9.0", "chai-as-promised": "~4.1.1", "body-parser": "^1.9.2", "express": "^4.9.8", "ghooks": "^0.2.2", "gulp": "~3.6.0", "gulp-coveralls": "^0.1.3", "gulp-git": "~0.5.3", "gulp-rimraf": "~0.1.0", "gulp-load-plugins": "~0.5.0", "gulp-rename": "~1.2.0", "gulp-uglify": "~0.3.1", "gulp-webpack": "~0.4.1", "istanbul": "~0.3.2", "mocha": "~1.17.1", "notp": "^2.0.2", "opn": "~1.0.0", "run-sequence": "~0.3.6", "webpack": "~1.4.4", "zuul": "~1.14.0" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha --recursive --bail --reporter spec", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive --bail --reporter spec && opn coverage/lcov-report/index.html" }, "repository": { "type" : "git", "url" : "https://github.com/stellar/stellar-wallet-js-sdk" }, "config": { "ghooks": { "pre-commit": "gulp hooks:precommit" } } }