UNPKG

mvcx

Version:

A web based MVC framework for Node JS.

46 lines (45 loc) 1.09 kB
{ "name": "mvcx", "version": "0.0.8", "description": "A web based MVC framework for Node JS.", "main": "index.js", "scripts": { "test": "node ./tests/Tests.js" }, "repository": { "type": "git", "url": "git+https://github.com/harindaka/mvcx.git" }, "author": "Hemal Harindaka <harindaka@gmail.com> (https://github.com/harindaka)", "license": "MIT", "bugs": { "url": "https://github.com/harindaka/mvcx/issues" }, "homepage": "https://github.com/harindaka/mvcx#readme", "keywords": [ "mvc", "mvc-node", "mvc-express", "node-mvc", "express-mvc", "xmvc", "mvcx" ], "dependencies": { "body-parser": "^1.14.1", "compression": "^1.6.0", "connect-assets": "^5.0.1", "csswring": "^4.0.0", "ejs": "^2.3.4", "express": "^4.13.3", "hashmap": "^2.0.4", "intravenous": "^0.1.4-beta", "lazy.js": "^0.4.2", "merge": "^1.2.0", "q": "^1.4.1", "socket.io": "^1.3.7", "tv4": "^1.2.7", "uglify-js": "^2.6.1", "winston": "^2.1.0" } }