{
  "name": "invenias",
  "version": "0.0.7",
  "description": "Invenias NPM package.",
  "main": "./invenias/index.js",
  "scripts": {
    "start": "nodemon ./server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timothyverhaeghe/invenias.git"
  },
  "author": "Timothy Verhaeghe <me@timothyverhaeghe.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/timothyverhaeghe/invenias/issues"
  },
  "_moduleAliases": {
    "@invenias": "./invenias"
  },
  "homepage": "https://github.com/timothyverhaeghe/invenias#readme",
  "dependencies": {
    "babel-eslint": "^8.2.3",
    "fs": "0.0.2",
    "module-alias": "^2.1.0",
    "request": "^2.88.0"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.3.2",
    "eslint-plugin-import": "^2.12.0"
  }
}
