{
  "name": "stellar-base-react-native",
  "version": "0.7.10",
  "description": "Low level stellar support library",
  "main": "lib/index.js",
  "scripts": {
    "test": "babel-node ./node_modules/gulp/bin/gulp.js test:node",
    "docs": "./node_modules/.bin/jsdoc ./src/ -d docs/",
    "preversion": "gulp test",
    "version": "gulp build",
    "postversion": "git push && git push --tags"
  },
  "browser": {
    "ed25519": false
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/stellar/js-stellar-base.git"
  },
  "keywords": [
    "stellar"
  ],
  "engines": {
    "node": ">=4"
  },
  "author": "Scott Fleckenstein <scott@stellar.org>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/stellar/js-stellar-base/issues"
  },
  "homepage": "https://github.com/stellar/js-stellar-base",
  "devDependencies": {
    "babel": "~5.8.23",
    "babel-core": "~5.8.25",
    "babel-loader": "~5.3.2",
    "chai": "^2.2.0",
    "coveralls": "^2.11.4",
    "express": "^4.9.8",
    "ghooks": "^0.3.0",
    "gulp": "^3.8.11",
    "gulp-babel": "^4.0.1",
    "gulp-coveralls": "^0.1.3",
    "gulp-git": "~0.5.3",
    "gulp-istanbul": "^1.1.1",
    "gulp-jshint": "^1.10.0",
    "gulp-load-plugins": "^0.9.0",
    "gulp-mocha": "^2.0.1",
    "gulp-plumber": "^1.0.0",
    "gulp-rename": "~1.2.0",
    "gulp-rimraf": "~0.1.0",
    "gulp-uglify": "~0.3.1",
    "gulp-webpack": "^1.3.1",
    "isparta": "^3.1.0",
    "istanbul": "^0.4.5",
    "jsdoc": "3.5.3",
    "jshint-stylish": "^1.0.1",
    "karma": "^0.13.9",
    "karma-chrome-launcher": "^0.1.7",
    "karma-firefox-launcher": "^0.1.4",
    "karma-mocha": "^0.1.10",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sauce-launcher": "^1.1.0",
    "karma-sinon-chai": "^0.3.0",
    "karma-webpack": "^1.8.0",
    "minami": "^1.1.1",
    "mocha": "~1.17.1",
    "run-sequence": "^1.0.2",
    "sinon": "^1.14.1",
    "sinon-chai": "^2.7.0",
    "webpack": "^1.13.2"
  },
  "dependencies": {
    "base32.js": "~0.1.0",
    "bignumber.js": "^4.0.0",
    "crc-react-native": "^3.5.0",
    "js-xdr": "^1.0.0",
    "lodash": "^4.17.10",
    "sha.js": "^2.3.6",
    "tweetnacl": "^1.0.0"
  },
  "optionalDependencies": {
    "ed25519": "0.0.4"
  }
}
