angular-django-rest-resource
Version:
An AngularJS module that provides a resource-generation service similar to ngResource, but optimized for the Django REST Framework.
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "angular-django-rest-resource",
"main": "angular-django-rest-resource.js",
"version": "1.0.5",
"homepage": "https://github.com/blacklocus/angular-django-rest-resource",
"authors": [
"BlackLocus",
"Justin Turner Arthur",
"Contributors"
],
"description": "An AngularJS module that provides a resource-generation service similar to ngResource, but optimized for the Django REST Framework.",
"keywords": [
"AngularJS",
"Django",
"REST",
"Framework",
"Django",
"Angular",
"paginate",
"pagination"
],
"license": "MIT",
"ignore": [
"**/.*",
"**/.md",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "git://github.com/cfrantow/angular-django-rest-resource.git"
},
"bugs": {
"url": "https://github.com/cfrantow/angular-django-rest-resource/issues"
},
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Charlie <cfrantow@gmail.com>"
}