Skip to content

Instantly share code, notes, and snippets.

@puginabox
Last active August 29, 2015 14:10
Show Gist options
  • Save puginabox/c4f13c99273c582ee7ad to your computer and use it in GitHub Desktop.
Save puginabox/c4f13c99273c582ee7ad to your computer and use it in GitHub Desktop.
basic angular setup
{
"name": "angular-base",
"version": "0.0.0",
"description": "Grunt Setup",
"main": "gruntfile.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-jshint": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-compass": "*",
"matchdep": "*"
},
"dependencies": {
"express": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment