UNPKG

sleek.js

Version:

Sleek.js is an MVC wrapper Framework implemented from Node.JS, built-in with base dependency on handlebars.js, express.js. Sleek.js architecture follows common format of MVC which makes it easy to handle and build better web apps with pluggable modules &

75 lines (74 loc) 1.93 kB
{ "name": "sleek.js", "version": "0.1.98", "homepage": "http://www.sleekjs.com", "title": "Fully flexible mvc wrapper framework for node.js, developed using express, handlebars, mongodb as base dependecies with pluggable modules & themes support", "keywords": [ "sleek", "sleekjs", "node mvc", "express mvc", "webapp", "mvc", "framework", "mongodb", "theming", "handlebars", "cubet", "cli installer", "flexible", "service", "application", "web", "site" ], "author": "Cubet Techno Labs, Cochin <info@cubettech.com>", "description": "Sleek.js is an MVC wrapper Framework implemented from Node.JS, built-in with base dependency on handlebars.js, express.js. Sleek.js architecture follows common format of MVC which makes it easy to handle and build better web apps with pluggable modules & themes support", "contributors": [ { "name": "Cubet Techno Labs", "email": "info@cubettech.com" }, { "name": "Robin C Samuel", "email": "robin@cubettech.com" } ], "repository": { "type": "git", "url": "https://github.com/cubettech/sleekjs.git" }, "bugs": { "url": "https://github.com/cubettech/sleekjs/issues" }, "license": "MIT", "main": "lib/sleek", "engines": { "node": ">= 0.8.0" }, "preferGlobal": "true", "bin": { "sleek": "lib/sleek.js" }, "dependencies": { "ncp": "latest" }, "devDependencies": { "grunt": "~0.4.4", "grunt-concurrent": "*", "grunt-contrib-cssmin": "*", "grunt-contrib-jshint": "*", "grunt-contrib-sass": "*", "grunt-contrib-uglify": "*", "grunt-contrib-watch": "*", "grunt-contrib-nodeunit": "~0.2.0", "grunt-cssc": "*", "grunt-htmlhint": "*", "grunt-nodemon": "*", "grunt-node-inspector": "*", "grunt-open": "*", "grunt-shell": "*", "grunt-wait": "*", "matchdep": "*" } }