Skip to content

Instantly share code, notes, and snippets.

@callumflack
Created December 19, 2013 12:33
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 callumflack/8038464 to your computer and use it in GitHub Desktop.
Save callumflack/8038464 to your computer and use it in GitHub Desktop.
Grunt heroku deployment problem: package.json file
{
"name": "vincentiatreehouse",
"description": "One pager site using grunt & foundation 5",
"version": "0.0.1",
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.5.0",
"grunt-autoprefixer": "~0.4.1",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-haml": "~0.1.1",
"grunt-contrib-coffee": "~0.7.0"
},
"dependencies": {
"load-grunt-tasks": "~0.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment