{
  "name": "okhttp",
  "version": "1.1.0",
  "description": "http client for node, inspired by Square's Android OkHttp",
  "keywords": [
    "http",
    "okhttp",
    "babel",
    "node",
    "multipart",
    "form",
    "formencoding",
    "get",
    "hendrixstring"
  ],
  "main": "lib/index.js",
  "scripts": {
    "test": "node test/test.js",
    "build": "babel src --out-dir lib",
    "prepublish": "npm run clean && npm run build",
    "clean": "rm -r lib/*"
  },
  "engines": {
    "node": "*"
  },
  "bugs": "https://github.com/HendrixString/node-okhttp/issues",
  "author": "Tomer Shalev",
  "email": "tomer.shalev@gmail.com",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/HendrixString/node-okhttp.git"
  },
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-plugin-transform-object-assign": "^6.3.13",
    "babel-preset-es2015": "^6.1.18"
  },
  "homepage": "https://github.com/HendrixString/node-okhttp"
}
