{
  "name": "neli",
  "version": "0.0.1",
  "description": "NeDB REST server",
  "author": "Sergey Todyshev <stodyshev@gmail.com>",
  "main": "index.js",
  "keywords": [
    "rest",
    "ars"
  ],
  "contributors": [
    "sergeyt <stodyshev@gmail.com>"
  ],
  "dependencies": {
    "coffee-script": "~1.7",
    "express": "~4.6",
    "glob": "~4.0",
    "jade": "~1.3",
    "nedb": "^0.10.6",
    "underscore": "~1.6",
    "underscore.string": "~2.3"
  },
  "devDependencies": {
    "grunt": "~0.4",
    "grunt-contrib-jshint": "~0.10",
    "grunt-coffeelint": "~0.0.10",
    "grunt-npm": "~0.0.2",
    "grunt-bump": "~0.0.14",
    "grunt-auto-release": "~0.0.6",
    "grunt-cli": "~0.1"
  },
  "scripts": {
    "lint": "grunt lint",
    "test": "grunt test"
  }
}
