Created
August 31, 2015 20:29
-
-
Save wastrachan/3b8846b2430394d14e99 to your computer and use it in GitHub Desktop.
Default NPM package.json with coffee-script and grunt requirements
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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