{
  "name": "jargon-sdk",
  "version": "0.1.10",
  "description": "",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/romanos/jargon-sdk-js.git"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/romanos/jargon-sdk-js/issues"
  },
  "homepage": "https://github.com/romanos/jargon-sdk-js#readme",
  "devDependencies": {
    "@types/bluebird": "^3.5.20",
    "@types/eventemitter3": "^2.0.2",
    "@types/node": "^7.0.62",
    "husky": "^0.15.0-rc.8",
    "prettier": "^1.11.1",
    "tslint": "^5.9.1",
    "tslint-config-prettier": "^1.9.0",
    "typescript": "^2.8.3"
  },
  "dependencies": {
    "axios": "^0.16.2",
    "bluebird": "^3.5.1",
    "eventemitter3": "^2.0.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tslint -p tsconfig.json"
    }
  }
}
