CleverStack/clever-controller

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name":           "clever-controller",
  "description":    "Lightning-fast flexible controller prototype",
  "version":        "1.2.2",
  "main":           "controller.js",
  "repository": {
    "type":         "git",
    "url":          "http://github.com/CleverStack/clever-controller.git"
  },
  "bugs": {
    "url":          "https://github.com/CleverStack/clever-controller/issues"
  },
  "author": {
    "name":         "CleverStack",
    "email":        "admin@cleverstack.io",
    "web":          "http://cleverstack.io"
  },
  "collaborators": [
    "Richard Gustin <richard.gustin86@gmail.com>"
  ],
  "keywords": [
    "controller",
    "cleverstack",
    "express",
    "restify",
    "routing",
    "api",
    "actions",
    "resource"
  ],
  "license":        "BSD-2-Clause",
  "dependencies": {
    "uberclass":    "",
    "i":            "^0.3.2",
    "debug":        "^2.1.1"
  },
  "devDependencies": {
    "mocha":        "*",
    "should":       "*",
    "sinon":        "*"
  },
  "scripts": {
    "test":         "mocha --require should --reporter spec"
  }
}