Skip to content

Instantly share code, notes, and snippets.

@wastrachan
Created August 31, 2015 20:29
Show Gist options
  • Save wastrachan/3b8846b2430394d14e99 to your computer and use it in GitHub Desktop.
Save wastrachan/3b8846b2430394d14e99 to your computer and use it in GitHub Desktop.
Default NPM package.json with coffee-script and grunt requirements
{
"name": "project-name",
"version": "1.0.0",
"description": "Project Description",
"author": "Winston Astrachan",
"license": "All Rights Reserved",
"private": true,
"devDependencies": {
"coffee-script": "^1.9.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment