Skip to content

Instantly share code, notes, and snippets.

@puginabox
Last active August 29, 2015 14:10
Show Gist options
  • Save puginabox/37ea7f87b30ee70762e3 to your computer and use it in GitHub Desktop.
Save puginabox/37ea7f87b30ee70762e3 to your computer and use it in GitHub Desktop.
Grunt Package manager
{
"name": "grunt-setup",
"version": "0.0.0",
"description": "Grunt Setup",
"main": "main.js",
"scripts": {
"test": "testing"
},
"repository": {
"type": "git",
"url": "puginabox@github.com/frontend-setup.git"
},
"keywords": [
"git",
"grunt",
"npm",
"bower"
],
"author": "Griffin Byron",
"license": "MIT",
"devDependencies": {
"bower": "*",
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-compass": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"matchdep": "*"
},
"dependencies": {
"express": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment