Created
August 17, 2013 04:08
-
-
Save edwardhotchkiss/6255211 to your computer and use it in GitHub Desktop.
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": "skeleton", | |
"description": "demo for usage in library/module creation with wrapper and grunt for build", | |
"version": "0.0.1", | |
"devDependencies": { | |
"grunt": "0.4.1", | |
"grunt-contrib-uglify": "0.1.1", | |
"grunt-contrib-jshint": "0.2.0", | |
"grunt-contrib-concat": "0.1.3", | |
"grunt-contrib-watch": "0.2.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment