mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
37 lines
815 B
JSON
37 lines
815 B
JSON
{
|
|
"name": "django-select2",
|
|
"version": "0.0.0",
|
|
"description": "This is a Django integration of Select2.",
|
|
"files": [
|
|
"django_select2/static/**/*"
|
|
],
|
|
"main": "django_select2/static/django_select2/django_select2.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "standard"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/applegrew/django-select2.git"
|
|
},
|
|
"keywords": [
|
|
"django",
|
|
"select2"
|
|
],
|
|
"author": "Johannes Hoppe",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/applegrew/django-select2/issues"
|
|
},
|
|
"homepage": "https://github.com/applegrew/django-select2#readme",
|
|
"peerDependencies": {
|
|
"select2": "*",
|
|
"jquery": ">= 1.2"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "*"
|
|
}
|
|
}
|