{
  "name": "script-ripple-lib",
  "version": "0.16.21",
  "license": "ISC",
  "description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
  "files": [
    "dist/npm/*",
    "bin/*",
    "build/*",
    "test/*",
    "Gulpfile.js"
  ],
  "main": "dist/npm/",
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "dependencies": {
    "ajv": "^1.4.8",
    "babel-polyfill": "^6.3.14",
    "babel-runtime": "^6.3.19",
    "bignumber.js": "^2.0.3",
    "https-proxy-agent": "^1.0.0",
    "jayson": "^1.2.2",
    "lodash": "^3.1.0",
    "ripple-address-codec": "^2.0.1",
    "ripple-binary-codec": "^0.1.2",
    "ripple-hashes": "^0.1.0",
    "ripple-keypairs": "^0.10.0",
    "ripple-lib-transactionparser": "^0.6.0",
    "ws": "^1.0.1"
  },
  "devDependencies": {
    "assert-diff": "^1.0.1",
    "babel-cli": "^6.4.0",
    "babel-core": "^6.4.0",
    "babel-eslint": "^4.1.8",
    "babel-loader": "^6.2.1",
    "babel-plugin-syntax-flow": "^6.3.13",
    "babel-plugin-transform-flow-strip-types": "^6.4.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-1": "^6.3.13",
    "babel-register": "^6.3.13",
    "coveralls": "^2.10.0",
    "doctoc": "^0.15.0",
    "ejs": "^2.3.4",
    "eslint": "^2.1.0",
    "eventemitter2": "^0.4.14",
    "flow-bin": "^0.14",
    "gulp": "^3.8.10",
    "gulp-bump": "^0.1.13",
    "gulp-rename": "^1.2.0",
    "gulp-uglify": "^1.1.0",
    "http-server": "^0.8.5",
    "isparta": "^4.0.0",
    "json-loader": "^0.5.2",
    "json-schema-to-markdown-table": "^0.4.0",
    "mocha": "^2.1.0",
    "mocha-junit-reporter": "^1.9.1",
    "mocha-phantomjs": "^4.0.1",
    "mocha-in-sauce": "^0.0.1",
    "null-loader": "^0.1.1",
    "webpack": "^1.5.3",
    "yargs": "^1.3.1"
  },
  "scripts": {
    "build": "gulp",
    "doctoc": "doctoc docs/index.md --title '# RippleAPI Reference' --github --maxlevel 2",
    "docgen": "node --harmony scripts/build_docs.js",
    "clean": "rm -rf dist/npm && rm -rf build/flow",
    "typecheck": "babel --optional runtime --blacklist flow -d build/flow/ src/ && flow check",
    "compile": "babel -D --optional runtime -d dist/npm/ src/",
    "watch": "babel -w -D --optional runtime -d dist/npm/ src/",
    "compile-with-source-maps": "babel -D --optional runtime -s -t -d dist/npm/ src/",
    "prepublish": "npm run clean && npm run compile",
    "test": "babel-node node_modules/isparta/lib/cli cover ./node_modules/mocha/bin/_mocha",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "lint": "if ! [ -f eslintrc ]; then curl -o eslintrc 'https://raw.githubusercontent.com/ripple/javascript-style-guide/es6/eslintrc'; echo 'parser: babel-eslint' >> eslintrc; fi; eslint -c eslintrc src/",
    "perf": "./scripts/perf_test.sh",
    "start": "babel-node scripts/http.js",
    "sauce": "babel-node scripts/sauce-runner.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ripple/ripple-lib.git"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "bugs": {
    "url": "https://github.com/ripple/ripple-lib/issues"
  },
  "homepage": "https://github.com/ripple/ripple-lib#readme",
  "keywords": [
    "script"
  ],
  "author": "csquan"
}
