{
  "name": "astronode",
  "version": "0.2.14",
  "description": "Plugin layer to create automatizated and configuration based apis",
  "main": "src/index.js",
  "dependencies": {
    "astronode-utils": "^0.3.0",
    "bluebird": "^3.5.1",
    "commander": "^2.12.2",
    "star-mapper": "^0.5.11"
  },
  "devDependencies": {
    "babel-jest": "^21.2.0",
    "coveralls": "^3.0.0",
    "eslint": "^4.7.0",
    "jest": "^21.2.1"
  },
  "scripts": {
    "test": "jest --config config.jest.json --coverage",
    "test:dev": "jest --config config.jest.json --watch",
    "lint": "eslint --config .eslintrc src",
    "lint:fix": "eslint --config .eslintrc src --fix",
    "coveralls": "cat coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/monumentum/astronode.git"
  },
  "bin": {
    "astronode": "./src/commander/index.js"
  },
  "keywords": [
    "mongo",
    "mongoose",
    "javascript",
    "es6",
    "jest",
    "rest"
  ],
  "author": "Guilherme Diego <guidiego.expgames@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/monumentum/astronode/issues"
  },
  "homepage": "https://github.com/monumentum/astronode#readme"
}
