{
  "name": "abstract-services-sdk",
  "version": "2.2.0",
  "description": "This package helps to build SDK for universe services",
  "main": "index.js",
  "scripts": {
    "prepublish": ". ./scripts/prepublish.sh",
    "watch": ". ./scripts/watch.sh",
    "lint": "eslint ./src",
    "lintfix": "eslint ./src --fix",
    "testonly": "mocha $npm_package_options_mocha",
    "test": "npm run lint && npm run testonly",
    "test-watch": "npm run testonly -- --watch --watch-extensions js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vazco/abstract-services-sdk"
  },
  "author": "Krzysztof Rozalski (cristo.rabani@gmail.com)",
  "license": "MIT",
  "homepage": "https://bitbucket.org/vazco/vazco-services-sdk#readme",
  "options": {
    "mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js"
  },
  "devDependencies": {
    "babel-cli": "6.x.x",
    "babel-core": "6.x.x",
    "babel-eslint": "^7.1.1",
    "babel-plugin-transform-runtime": "6.x.x",
    "babel-polyfill": "6.x.x",
    "babel-preset-es2015": "6.x.x",
    "babel-preset-stage-2": "6.x.x",
    "chai": "3.x.x",
    "eslint": "^3.6.1",
    "eslint-config-vazco": "^2.1.0",
    "eslint-plugin-babel": "^3.2.0",
    "eslint-plugin-import": "^1.16.0",
    "eslint-plugin-react": "^6.7.1",
    "eslint-plugin-vazco": "^1.0.0",
    "mocha": "2.x.x",
    "nodemon": "1.7.x",
    "pre-commit": "^1.1.3"
  },
  "dependencies": {
    "axios": "^0.16.2",
    "babel-runtime": "6.x.x",
    "ejson": "^2.1.2",
    "node-rsa": "^0.4.2"
  }
}
