{
  "_from": "grifo",
  "_id": "grifo@0.0.4",
  "_inBundle": false,
  "_integrity": "sha512-dGjKciQdQXr1/wN0GZ0xbT2g+hA3qhbrDDxsIHGuGmv6Ea6I7gEPyQUl37B9RP9Z2G+XAavbwdayF94fCTScqw==",
  "_location": "/grifo",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "grifo",
    "name": "grifo",
    "escapedName": "grifo",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/grifo/-/grifo-0.0.4.tgz",
  "_shasum": "42d670f08b4134e0486f28379e094e8d54f0e3a6",
  "_spec": "grifo",
  "_where": "C:\\Projects\\Node\\grifo\\example",
  "author": {
    "name": "evsoncustodio"
  },
  "bugs": {
    "url": "https://github.com/evsoncustodio/grifo/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^3.1.0",
    "gridfs-stream": "^1.1.1",
    "mongoose": "^5.2.12"
  },
  "deprecated": false,
  "description": "Grifo é um framework MVC para criação de APIs REST utilizando Mongoose para Express.",
  "devDependencies": {
    "cross-env": "^5.2.0"
  },
  "homepage": "https://github.com/evsoncustodio/grifo#readme",
  "license": "MIT",
  "main": "grifo.js",
  "name": "grifo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evsoncustodio/grifo.git"
  },
  "scripts": {
    "start": "cross-env DEBUG=* node grifo",
    "start:dev": "cross-env DEBUG=grifo:* NODE_ENV=development node grifo"
  },
  "version": "0.0.4"
}
