mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
44 lines
907 B
JSON
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"
|
|
]
|
|
}
|