Skip to content

Commit 8f73fe3

Browse files
committed
Merge pull request #30 from szelga/feature_bower
bower package
2 parents 3481b26 + 6895986 commit 8f73fe3

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

bower.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "django.js",
3+
"description": "Django.js provides tools for JavaScript development with Django.",
4+
"homepage": "https://github.com/noirbizarre/django.js/",
5+
"author": {
6+
"name": "Axel Haustant",
7+
"url": "http://noirbizarre.info/"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/noirbizarre/django.js.git"
12+
},
13+
"licenses": [
14+
{
15+
"type": "LGPL 3",
16+
"url": "http://www.gnu.org/licenses/lgpl-3.0.txt"
17+
}
18+
],
19+
"version": "0.8.1.dev",
20+
"main": [
21+
"djangojs/static/js/djangojs/django.js"
22+
],
23+
"dependencies": {
24+
"jquery": ">=1.8"
25+
},
26+
"ignore": [
27+
"**/.*",
28+
"**/*.py",
29+
"**/*.sh",
30+
"**/*.rc",
31+
"**/*.pip",
32+
"**/*.po",
33+
"node_modules",
34+
"bower_components",
35+
"test",
36+
"tests",
37+
"requirements",
38+
"templates",
39+
"tox.ini"
40+
]
41+
}

0 commit comments

Comments
 (0)