forked from mscienski/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
25 lines (25 loc) · 642 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 642 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
{
"name": "angular-django-rest-resource",
"version": "2.0.2",
"homepage": "https://github.com/jakeharding/angular-django-rest-resource",
"authors": [
"mscienski <michal.scienski@idfl.com>",
"Jake Harding <jharding@verisage.us"
],
"description": "An AngularJS module that provides a resource-generation service similar to ngResource, but optimized for the Django REST Framework",
"main": "angular-resource.ms.js",
"keywords": [
"angular",
"django",
"ngresource"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}