Skip to content

Instantly share code, notes, and snippets.

@xtbl
Created April 3, 2014 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xtbl/9947643 to your computer and use it in GitHub Desktop.
Save xtbl/9947643 to your computer and use it in GitHub Desktop.
AngularJS Boilerplate updated dependencies April 2014
{
"name": "fsog",
"version": "0.0.1",
"devDependencies": {
"angular": "~1.2.15",
"angular-mocks": "~1.0.7",
"bootstrap": "~3.0.3",
"angular-bootstrap": "~0.10.0",
"angular-ui-router": "~0.0.1",
"angular-ui-utils": "~0.0.3",
"angular-resource": "~1.2.15",
"angular-local-storage": "~0.0.1"
},
"dependencies": {},
"resolutions": {
"angular": "~1.2.15"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment