Skip to content

Instantly share code, notes, and snippets.

@hanxue
Created March 18, 2014 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hanxue/9617065 to your computer and use it in GitHub Desktop.
Save hanxue/9617065 to your computer and use it in GitHub Desktop.
Node 0.11.9 issue
{
"name": "myapp",
"description": "Boilerplate web app using node, express, backbone, marionette.",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"engines": {
"node": "0.11.x"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.4.8",
"ejs": "*",
"mongoose": "*",
"handlebars-runtime": "*",
"express3-handlebars": "*",
"MD5": "*"
},
"devDependencies": {
"bower": "*",
"grunt": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-bower-task": "*",
"grunt-nodemon": "*",
"karma-script-launcher": "*",
"karma-chrome-launcher": "*",
"karma-html2js-preprocessor": "*",
"karma-firefox-launcher": "*",
"karma-jasmine": "*",
"karma-requirejs": "*",
"karma-coffee-preprocessor": "*",
"karma-phantomjs-launcher": "*",
"karma": "*",
"grunt-contrib-copy" : "*",
"grunt-contrib-clean" : "*",
"browserify" : "*",
"grunt-browserify" : "*",
"load-grunt-tasks" : "*",
"time-grunt" : "*",
"grunt-contrib-watch" : "*",
"grunt-concurrent" : "*",
"grunt-karma" : "*",
"grunt-contrib-less" : "*",
"grunt-contrib-handlebars" : "*",
"grunt-contrib-cssmin" : "*",
"hbsfy" : "*",
"grunt-shell-spawn" : "*",
"chai" : "*",
"sinon" : "*",
"sinon-chai" : "*",
"grunt-simple-mocha" : "*",
"proxyquire" : "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment