{
  "name": "@doctorweb/endpoints",
  "version": "1.3.0-alpha.7",
  "description": "Fetch (ECMA 6) library wrapper",
  "main": "./distribution/endpoints.js",
  "scripts": {
    "test": "mocha",
    "build": "babel source --out-dir distribution",
    "prepublish": "npm run build"
  },
  "keywords": [
    "apifetch",
    "apirequest",
    "endpoints"
  ],
  "author": "João Carneiro",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "chai": "^4.1.2",
    "mocha": "^4.0.1",
    "nock": "^9.1.0"
  },
  "dependencies": {
    "isomorphic-fetch": "^2.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git://bitbucket.org/doctorwebbrasil/endpoints.git"
  }
}
