@priotas/restangular
Version:
Restful Resources service for AngularJS apps
18 lines (17 loc) • 337 B
JSON
{
"name": "restangular",
"main": "./dist/restangular.js",
"description": "Restful Resources service for AngularJS apps",
"repository": {
"type": "git",
"url": "git://github.com/mgonto/restangular.git"
},
"dependencies": {
"angular": "~1.x"
},
"ignore": [
"node_modules",
"components",
"lib"
]
}