UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

63 lines (62 loc) 1.39 kB
{ "name": "compound-ex4", "version": "0.1.3", "author": "Sergey Kirichenko", "contributors": [ "Sergey Kirichenko <rainbluz@gmail.com>" ], "description": "Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)", "keywords": [ "mvc", "web", "framework", "rails", "express 4", "railway" ], "url": "http://compoundjs.com", "engines": [ "node >= 4.0.0" ], "main": "lib/server/compound.js", "bin": { "compound": "bin/compound.js", "rw": "bin/compound.js" }, "man": [ "./man/compound.1", "./man/controller.3", "./man/changelog.3", "./man/railway-changelog.3", "./man/helpers.3", "./man/routing.3" ], "dependencies": { "ejs": "latest", "ejs-ext": ">= 0.1.4-5", "inflection": "~1.2.5", "kontroller": ">= 0.0.11", "railway-routes": ">= 0.0.10", "yaml-js": ">= 0.0.2" }, "repository": { "type": "git", "url": "https://github.com/weber/compound-ex4.git" }, "devDependencies": { "nodeunit": "latest", "semicov": "0.1.1-2", "marked": ">= 0.2.6", "express": "4.x", "should": "1.2.2", "mocha": "1.8.1", "jshint": "^2.6.3", "cli-color": "^1.1.0" }, "scripts": { "test": "make test", "prepublish": "make build" }, "license": "MIT", "readmeFilename": "README.md" }