UNPKG

ember-rocks

Version:

An Em(ber) command line utility to help you build an ambitious web application

60 lines (59 loc) 1.48 kB
{ "name": "Ember_Rocks", "description": "Ember Application Boilerplate", "author": { "name": "Matt Ma", "email": "matt@mattmadesign.com" }, "version": "0.0.1", "private": true, "repository": "https://github.com/mattma/ember-rocks", "main": "./server/index", "scripts": { "start": "node server", "build": "em build", "serve": "em serve" }, "dependencies": { "express": "^4.10.6", "static-favicon": "^1.0.2", "morgan": "^1.5.0", "cookie-parser": "^1.3.3", "body-parser": "^1.10.0", "jade": "^1.8.2" }, "devDependencies": { "del": "^1.1.1", "ember-rocks": "^0.9.5", "gulp": "^3.8.10", "gulp-babel": "^4.0.0", "gulp-autoprefixer": "^2.1.0", "gulp-concat": "^2.4.3", "gulp-csso": "^1.0.0", "gulp-esperanto-rocks": "0.1.0", "gulp-htmlbars": "^0.4.0", "gulp-if": "^1.2.5", "gulp-imagemin": "^2.0.0", "gulp-jscs": "^1.3.1", "gulp-jshint": "^1.9.0", "gulp-load-plugins": "^0.8.0", "gulp-minify-html": "^0.1.8", "gulp-notify": "^2.2.0", "gulp-replace": "^0.5.2", "gulp-ruby-sass": "^1.0.0-alpha.3", "gulp-sourcemaps": "^1.3.0", "gulp-uglify": "^1.1.0", "gulp-useref": "^1.1.1", "gulp-util": "^3.0.3", "gulp-watch": "^4.1.0", "gulp-wrap-amd": "^0.4.1", "jshint-stylish": "^0.4.0", "opn": "^1.0.1", "testem": "^0.6.36", "tiny-lr": "^0.1.5" }, "engines": { "node": ">= 0.10.0" }, "license": "" }