syntheticore/declaire

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "declaire",
  "version": "0.3.18",
  "description": "Declarative, full-stack web application framework",
  "homepage": "https://github.com/syntheticore/declaire",
  "author": "Björn Breitgoff <syntheticore@gmail.com>",
  "license": {
    "type": "MIT",
    "url": "https://github.com/syntheticore/declaire/blob/master/LICENSE"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/syntheticore/declaire.git"
  },
  "bugs": {
    "url": "https://github.com/syntheticore/declaire/issues"
  },
  "main": "declaire.js",
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "aliasify": "^2.0.0",
    "body-parser": "^1.15.2",
    "browserify": "^13.1.0",
    "compression": "^1.6.2",
    "connect-mongo": "^1.3.2",
    "eakwell": "^0.2.7",
    "errorhandler": "^1.4.3",
    "express": "^4.14.0",
    "express-session": "^1.14.1",
    "jumanji": "^0.1.1",
    "lusca": "^1.4.1",
    "minifyify": "^7.3.3",
    "mongodb": "^2.2.22",
    "morgan": "^1.7.0",
    "nib": "^1.1.2",
    "request-context": "^1.0.0",
    "serve-favicon": "^2.3.0",
    "stylus": "^0.54.5"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "codeclimate-test-reporter": "^0.3.3",
    "coveralls": "^2.11.2",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.2"
  },
  "keywords": [
    "web",
    "realtime",
    "offline",
    "streaming",
    "templating"
  ]
}