forked from blacklocus/angular-django-rest-resource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 702 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "angular-django-rest-resource",
"main": "angular-django-rest-resource.js",
"version": "1.0.3",
"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"
]
}