{
  "name": "farfetchd",
  "version": "0.0.3",
  "description": "Isomorphic Fetch standard implementation",
  "main": "lib/fetch.js",
  "scripts": {
    "compile": "./node_modules/.bin/gulp compile",
    "test": "./node_modules/.bin/gulp test",
    "style": "./node_modules/.bin/gulp style",
    "prepublish": "./node_modules/.bin/gulp bundle",
    "docs": "./node_modules/.bin/gulp docs:serve",
    "cover": "./node_modules/.bin/gulp cover"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/achannarasappa/farfetchd.git"
  },
  "author": "Ani Channarasappa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/achannarasappa/farfetchd/issues"
  },
  "homepage": "https://github.com/achannarasappa/farfetchd#readme",
  "devDependencies": {
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.9.0",
    "babelify": "^7.2.0",
    "browserify": "^13.0.0",
    "browserify-fs": "^1.0.0",
    "chai": "^3.4.1",
    "chai-as-promised": "^5.2.0",
    "coveralls": "^2.11.9",
    "express": "^4.13.4",
    "gitbook-cli": "^2.2.0",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.1",
    "gulp-jscs": "^3.0.2",
    "gulp-jsdoc-to-markdown": "^1.2.2",
    "gulp-mocha": "^2.2.0",
    "gulp-rename": "^1.2.2",
    "gulp-shell": "^0.5.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.5.1",
    "gulp-util": "^3.0.7",
    "http-browserify": "^1.7.0",
    "jscs": "^2.7.0",
    "karma": "^0.13.21",
    "karma-browserify": "^4.4.2",
    "karma-chai-plugins": "^0.6.1",
    "karma-chrome-launcher": "^0.2.2",
    "karma-mocha": "^0.2.1",
    "karma-sinon": "^1.0.4",
    "karma-sinon-chai": "^1.2.0",
    "lolex": "^1.4.0",
    "mocha": "^2.3.4",
    "mockserver-client": "^1.0.10",
    "mockserver-grunt": "^1.0.30",
    "nyc": "^6.6.1",
    "pre-commit": "^1.1.2",
    "qs": "^6.0.2",
    "rimraf": "^2.5.2",
    "run-sequence": "^1.1.5",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "dependencies": {
    "es6-promise": "^3.0.2",
    "follow-redirects": "0.0.7",
    "get-headers": "^1.0.3",
    "isomorphic-form-data": "0.0.1",
    "lodash": "^4.0.0",
    "url-parse": "^1.0.5"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "nyc": {
    "include": [
      "lib/*.es6"
    ],
    "extension": [
      ".es6"
    ]
  }
}
