Last active
August 29, 2015 14:04
-
-
Save bmarshall511/1d8b279ce57b8519d854 to your computer and use it in GitHub Desktop.
Used by npm to store metadata for projects published as npm modules
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": "grunt-project", | |
"version": "0.1.0", | |
"devDependencies": { | |
"grunt": "~0.4.2", | |
"grunt-concurrent": "*", | |
"grunt-contrib-compass": "*", | |
"grunt-contrib-jshint": "*", | |
"grunt-contrib-uglify": "*", | |
"grunt-contrib-watch": "*", | |
"load-grunt-config": "*", | |
"grunt-newer": "*" | |
}, | |
"dependencies": { | |
"time-grunt": "*" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment