Created
June 11, 2015 09:05
-
-
Save magnet88jp/08839377910505263d48 to your computer and use it in GitHub Desktop.
package.json for grunt
This file contains hidden or 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": "my-project-name", | |
| "version": "0.1.0", | |
| "devDependencies": { | |
| "grunt": "~0.4.5", | |
| "grunt-contrib-uglify": "~0.9.1", | |
| "grunt-contrib-concat": "~0.5.1" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment