{
  "name": "node-mojo",
  "version": "0.0.2-beta.6",
  "description": "Qwasi Mojo nodejs client",
  "main": "./lib",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prebuild": "rimraf lib",
    "prepublish": "npm run build",
    "build": "babel ./src --out-dir ./lib"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@code.qwasi.net:7999/qwasi/node-mojo.git"
  },
  "keywords": [
    "qwasi",
    "mojo",
    "node"
  ],
  "author": "Rob Rodriguez",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "debug": "^2.2.0",
    "grunt": "^0.4.5",
    "grunt-bump": "^0.7.0",
    "grunt-changelog": "^0.3.1",
    "grunt-cli": "^0.1.13",
    "load-grunt-tasks": "^3.4.1",
    "rimraf": "^2.5.2",
    "semver-utils": "^1.1.1"
  },
  "dependencies": {
    "bluebird": "^3.3.4",
    "jwt-decode": "^2.0.1",
    "lodash": "^4.6.1",
    "request": "^2.69.0"
  }
}
