File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments