Skip to content

Instantly share code, notes, and snippets.

@mgonto
Created April 26, 2013 02:01
Show Gist options
  • Select an option

  • Save mgonto/5464653 to your computer and use it in GitHub Desktop.

Select an option

Save mgonto/5464653 to your computer and use it in GitHub Desktop.
Blogeek bower
{
"name": "restangular",
"version": "0.5.3",
"main": "./dist/restangular.min.js",
"description": "Restfull Resources service for AngularJS apps",
"repository": {
"type": "git",
"url": "git://github.com/mgonto/restangular.git"
},
"dependencies": {
"underscore": ">= 1.4.4",
"angular": "*",
"angular-resource": "*"
},
"ignore": [
"node_modules",
"components",
"lib"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment