-
Notifications
You must be signed in to change notification settings - Fork 80
/
bower.json
42 lines (42 loc) · 880 Bytes
/
bower.json
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "django.js",
"description": "Django.js provides tools for JavaScript development with Django.",
"homepage": "https://github.com/noirbizarre/django.js/",
"author": {
"name": "Axel Haustant",
"url": "http://noirbizarre.info/"
},
"repository": {
"type": "git",
"url": "https://github.com/noirbizarre/django.js.git"
},
"licenses": [
{
"type": "LGPL 3",
"url": "http://www.gnu.org/licenses/lgpl-3.0.txt"
}
],
"version": "0.8.2.dev",
"main": [
"djangojs/static/js/djangojs/django.js",
"djangojs/static/js/djangojs/django.min.js"
],
"dependencies": {
"jquery": ">=1.8"
},
"ignore": [
"**/.*",
"**/*.py",
"**/*.sh",
"**/*.rc",
"**/*.pip",
"**/*.po",
"node_modules",
"bower_components",
"test",
"tests",
"requirements",
"templates",
"tox.ini"
]
}