{
  "name": "triam1-sdk",
  "version": "0.0.3",
  "description": "stellar-sdk is a library for working with the Stellar Horizon server.",
  "main": "lib/index.js",
  "scripts": {
    "test": "babel-node ./node_modules/.bin/gulp test",
    "docs": "jsdoc ./src/ -d docs/ -r ./docs/readme.md",
    "preversion": "gulp test",
    "version": "gulp build",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "stellar"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/stellar/js-stellar-sdk.git"
  },
  "engines": {
    "node": ">=6"
  },
  "author": "Stellar Development Foundation <hello@stellar.org>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/stellar/js-stellar-sdk/issues"
  },
  "homepage": "https://github.com/stellar/js-stellar-sdk",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "~6.26.3",
    "babel-istanbul": "^0.12.2",
    "babel-loader": "~6.3.2",
    "babel-plugin-transform-builtin-extend": "^1.1.2",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.26.0",
    "body-parser": "^1.12.2",
    "chai": "^2.2.0",
    "chai-as-promised": "^5.2.0",
    "coveralls": "^2.11.4",
    "express": "^4.9.8",
    "ghooks": "^0.3.0",
    "gulp": "^3.8.11",
    "gulp-babel": "^6.1.3",
    "gulp-coveralls": "^0.1.3",
    "gulp-develop-server": "^0.4.2",
    "gulp-git": "~0.5.3",
    "gulp-insert": "^0.5.0",
    "gulp-istanbul": "^1.1.3",
    "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": "^4.0.0",
    "istanbul": "~0.3.2",
    "jsdoc": "3.5.3",
    "jshint-stylish": "^1.0.1",
    "karma": "^0.13.2",
    "karma-chai": "^0.1.0",
    "karma-chai-as-promised": "^0.1.2",
    "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": "^1.0.4",
    "karma-sinon-chai": "^0.3.0",
    "karma-webpack": "^1.7.0",
    "lodash": "^4.17.10",
    "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": {
    "axios": "^0.18.0",
    "es6-interface": "^3.0.7",
    "es6-promise": "^4.2.4",
    "event-source-polyfill": "0.0.12",
    "eventsource": "^1.0.5",
    "lodash": "^4.17.10",
    "stellar-base": "git+ssh://git@gitlab-new.bap.jp:arm/triam-sc-js-base.git#thuannd",
    "toml": "^2.3.0",
    "triarm-base": "0.0.2",
    "urijs": "1.19.1"
  }
}
