Skip to content

Instantly share code, notes, and snippets.

@RyanParsley
Last active November 30, 2015 17:22
Show Gist options
  • Select an option

  • Save RyanParsley/4879b36e95370cdce9e0 to your computer and use it in GitHub Desktop.

Select an option

Save RyanParsley/4879b36e95370cdce9e0 to your computer and use it in GitHub Desktop.
Fragments from ideal project configuration
// Probably wanted in most projects
"dependencies": {
"modernizr": ""
}
// Probably wanted in all angular projects
"dependencies": {
"angular": "",
"angular-ui-router": ""
"angular-mocks": ""
}
// probably wanted by most projects
"devDependencies": {
"connect-livereload": "",
"grunt-contrib-clean": "",
"grunt-contrib-concat": "",
"grunt-contrib-copy": "",
"grunt-contrib-imagemin": "",
"grunt-contrib-jshint": "",
"grunt-contrib-uglify": "",
"grunt-contrib-watch": "",
"grunt-sass": "",
"grunt-webfont": "",
"load-grunt-tasks": ""
}
// Probably wanted in all angular projects
"devDependencies": {
"grunt-ng-annotate": "",
"protractor": "",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment