{
  "name": "flywheeljs",
  "version": "0.0.3",
  "description": "A Javascript client for the Flywheel REST API",
  "main": "dist/flywheel.js",
  "scripts": {
    "test": "gulp",
    "lint": "gulp lint",
    "test-browser": "gulp test-browser",
    "watch": "gulp watch",
    "build": "gulp build",
    "coverage": "gulp coverage",
    "docs": "jsdoc2md src/flywheel.js > docs/api.md",
    "prepublish": "npm run test && npm run docs && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jchavarri/flywheeljs.git"
  },
  "keywords": [],
  "author": "@javierwchavarri",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jchavarri/flywheeljs/issues"
  },
  "homepage": "https://github.com/jchavarri/flywheeljs",
  "devDependencies": {
    "babel-core": "^6.3.26",
    "babel-eslint": "^4.1.6",
    "babel-loader": "^6.2.0",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.3.13",
    "chai": "^3.4.1",
    "del": "^2.2.0",
    "event-stream": "^3.3.2",
    "glob": "^6.0.3",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.1",
    "gulp-eslint": "^1.1.1",
    "gulp-filter": "^3.0.0",
    "gulp-istanbul": "^0.10.3",
    "gulp-jscs": "^3.0.0",
    "gulp-livereload": "^3.8.1",
    "gulp-load-plugins": "^1.1.0",
    "gulp-mocha": "^2.2.0",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.5.1",
    "gulp-util": "^3.0.7",
    "isparta": "^4.0.0",
    "jsdoc-to-markdown": "^1.3.3",
    "json-loader": "^0.5.4",
    "mocha": "^2.3.4",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "vinyl-source-stream": "^1.1.0",
    "webpack": "^1.12.9",
    "webpack-node-externals": "^1.0.0",
    "webpack-stream": "^3.1.0"
  },
  "babelBoilerplateOptions": {
    "entryFileName": "flywheel",
    "mainVarName": "flywheel"
  },
  "dependencies": {
    "axios": "^0.9.1"
  }
}
