Created
August 31, 2014 19:30
-
-
Save dmahipus/e39d3e0082c779ca29d8 to your computer and use it in GitHub Desktop.
Basic package.json for node with 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": "Project_Name", | |
"version": "0.1.0", | |
"author": "Your Name", | |
"devDependencies": { | |
"grunt": "~0.4.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment