Files
cdnjs/ajax/libs/django.js/package.json
T
2013-12-04 16:06:14 +01:00

44 lines
907 B
JSON

{
"name": "django.js",
"filename": "django.min.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.1",
"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"
]
}