UNPKG

tesla-cli

Version:

Command line interface for Tesla.js

83 lines (82 loc) 1.99 kB
{ "name": "tesla", "description": "MVC Style Framework for Node.js", "version": "0.5.0", "private": false, "contributors": [ { "name": "Jesse Weed (http://jesseweed.com)" } ], "repository": { "type": "git", "url": "https://github.com/teslajs/tesla.js" }, "homepage": "http://teslajs.com", "bugs": { "url": "https://github.com/teslajs/tesla.js/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/teslajs/tesla.js/blob/master/LICENSE" } ], "engines": { "node": "~0.10.28", "npm": "~1.3.17" }, "scripts": { "start": "node node_modules/gulp/bin/gulp", "test": "node node_modules/gulp/bin/gulp test", "postinstall": "bower install" }, "dependencies": { "body-parser": "~1.3", "bower": "~1.3.1", "bower-path": "~1.0.1", "chai": "~1.9.1", "colors": "~0.6.2", "compression": "~1.0.2", "cookie-parser": "~1.1", "crypto": "~0.0.3", "express": "~4.4", "express-minify": "~0.0.7", "forever": "~0.11", "grunt": "~0.4.2", "grunt-cli": "~0.1.11", "grunt-concurrent": "~0.5.0", "grunt-contrib-jshint": "~0.10", "grunt-contrib-watch": "~0.6", "grunt-env": "~0.4.1", "grunt-nodemon": "~0.2.1", "gulp": "~3.6.2", "gulp-exit": "0.0.2", "gulp-jade": "~0.5.0", "gulp-less": "~1.2.3", "gulp-livereload": "~1.5", "gulp-mocha": "~0.4.1", "gulp-nodemon": "~1.0.2", "gulp-ruby-sass": "~0.5.0", "gulp-sass": "~0.7.1", "gulp-stylus": "~1.0", "gulp-uglify": "~0.3", "MD5": "~1.2.0", "method-override": "~2.0", "mkdirp": "~0.5", "mocha": "~1.20.0", "morgan": "~1.1", "mongodb": "~1.4", "mysql": "~2.3", "orm": "~2.1.3", "path": "~0.4.9", "pm2": "latest", "serve-favicon": "~2.0.0", "socket.io": "~1.0", "sqlite3": "~2.2.0", "superagent": "~0.18", "underscore": "~1.6", "view-helpers": "~0.1.3", "wrench": "~1.5.8" } }