Skip to content

Instantly share code, notes, and snippets.

@ayoungh
Forked from mattbanks/package.json
Created September 23, 2013 12:48
Show Gist options
  • Save ayoungh/6669930 to your computer and use it in GitHub Desktop.
Save ayoungh/6669930 to your computer and use it in GitHub Desktop.
{
"name": "wordpress-starter-theme",
"version": "1.0.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compass": "~0.2.0",
"grunt-contrib-imagemin": "~0.1.4",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.3",
"grunt-rsync": "~0.1.1",
"matchdep": "~0.1.2"
}
}
@ayoungh
Copy link
Author

ayoungh commented Sep 23, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment