{
  "name": "ig-api",
  "version": "0.15.0",
  "description": "Minimalistic wrapper around IG's API",
  "homepage": "https://github.com/wagerfield/ig-api#readme",
  "author": "Matthew Wagerfield <matthew@wagerfield.com>",
  "license": "MIT",
  "keywords": [
    "ig",
    "api"
  ],
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "scripts": {
    "clean": "gulp clean",
    "build": "gulp build",
    "watch": "gulp watch",
    "prepare": "npm run build",
    "precommit": "npm run lint && npm run test",
    "lint": "superlint --verbose | snazzy",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wagerfield/ig-api.git"
  },
  "bugs": {
    "url": "https://github.com/wagerfield/ig-api/issues"
  },
  "dependencies": {
    "axios": "^0.16.2",
    "pidcrypt": "^0.0.31",
    "rambda": "^0.9.0"
  },
  "devDependencies": {
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-lodash": "^3.2.11",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-env": "^1.6.0",
    "del": "^3.0.0",
    "dotenv": "^4.0.0",
    "eslint": "^4.5.0",
    "eslint-config-supermind": "^0.45.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^7.0.0",
    "husky": "^0.14.3",
    "jest": "^20.0.4",
    "snazzy": "^7.0.0",
    "superlint": "^0.1.0"
  }
}
