{
  "name": "grifo-example",
  "version": "0.0.5",
  "description": "Grifo-Example é um projeto exemplo da utilização do framework Grifo.",
  "main": "server.js",
  "scripts": {
    "start": "cross-env DEBUG=* nodemon ./server.js",
    "start:dev": "cross-env DEBUG=grifo-example:* NODE_ENV=development nodemon ./server.js",
    "start:test": "cross-env DEBUG=grifo-example:* NODE_ENV=test nodemon ./server.js",
    "start:prod": "cross-env DEBUG=grifo-example:* NODE_ENV=production nodemon ./server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evsoncustodio/grifo.git"
  },
  "author": "evsoncustodio",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/evsoncustodio/grifo/issues"
  },
  "homepage": "https://github.com/evsoncustodio/grifo#readme",
  "dependencies": {
    "body-parser": "^1.18.3",
    "debug": "^3.1.0",
    "express": "^4.16.3",
    "grifo": "0.0.4",
    "method-override": "^3.0.0",
    "morgan": "^1.9.0",
    "serve-static": "^1.13.2"
  },
  "devDependencies": {
    "cross-env": "^5.2.0"
  }
}
