compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
49 lines (47 loc) • 1.46 kB
JSON
{
"name": "{{ APPNAME }}"
, "version": "0.1.0"
, "engines": ["node >= ~4.x"]
, "main": "server.{{ CODE }}"
, "dependencies": {
"{{ VIEWENGINE }}": "*"
, "{{ VIEWENGINE }}-ext": ">= 0.1.4-5"
, "express": "~4.x"
, "compound-ex4": ">= 0"
, "compoundjs-sequelize": "https://github.com/weber/compoundjs-sequelize.git"
, "compoundjs-device-detective": "latest"
, "sequelize": "~3.x"
, "connect-redis": "~3.x"
{{ DBDEPENDENCY }}
, "{{ CSSENGINE }}": "latest"
, "seedjs": "latest"
, "method-override": "~2.x"
, "morgan": "~1.x"
, "body-parser": "latest"
, "cookie-parser": "latest"
, "express-session": "latest"
, "helmet": ">= 0"
, "jayschema": ">= 0"
, "lodash": "~3.x"
, "multer": "~1.x"
, "require-uncached": "~1.x"
, "morgan": "latest"
, "errorhandler": "~1.x"
, "serve-favicon": "~2.x"
},
"devDependencies": {
"nodeunit": "*"
, "sinon": "*"
, "supertest": ">= 0"
, "mocha": ">= 0"
, "should": ">= 0"
, "semicov": "0.1.1-2"
, "chai": "~3.x"
, "debug": "~2.x"
, "winston": "~2.x"
, "co-generators-ex4": "https://github.com/weber/generators.git"
}
, "scripts": {
"test": "./node_modules/.bin/mocha --require test/init.js test/*/*.test.js"
}
}