{
  "name": "flippa",
  "version": "3.1.1",
  "description": "API client for Flippa.com.",
  "readme": "README.md",
  "main": "dist/Flippa.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel/register",
    "build": "./node_modules/.bin/babel src -d dist",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flippa/flippa-js.git"
  },
  "keywords": [
    "flippa"
  ],
  "author": "flippa.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/flippa/flippa-js/issues"
  },
  "homepage": "https://github.com/flippa/flippa-js#readme",
  "devDependencies": {
    "babel": "^5.6.14",
    "babel-loader": "^5.3.1",
    "chai": "^2.3.0",
    "mocha": "^2.2.5",
    "nock": "^2.2.0",
    "sinon": "^1.14.1",
    "sinon-chai": "^2.7.0",
    "webpack": "^1.9.8"
  },
  "dependencies": {
    "qs": "^4.0.0",
    "superagent": "^3.4.4"
  }
}
