DaQuirm/nexus

View on GitHub
demos/todo-list/package.json

Summary

Maintainability
Test Coverage
{
  "name": "todo-list",
  "version": "0.0.0",
  "description": "",
  "main": "service.js",
  "directories": {
    "doc": "docs"
  },
  "dependencies": {
    "mongojs": "^0.13.0",
    "node-static": "^0.7.3",
    "restify": "^2.8.1"
  },
  "devDependencies": {},
  "scripts": {
    "start": "coffee service/service.coffee",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "LGPL"
}