Created
November 19, 2013 01:13
-
-
Save alexshive/7538478 to your computer and use it in GitHub Desktop.
package.json boilerplate
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": "PackageName", | |
| "version": "0.1.0", | |
| "devDependencies": { | |
| "grunt": "latest", | |
| "grunt-compass-multiple": "~0.2.1", | |
| "grunt-contrib-watch": "~0.5.3", | |
| "grunt-contrib-uglify": "latest", | |
| "grunt-contrib-compass": "latest" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment