django-vue3-admin-web/node_modules/mobius1-selectr/package.json
2025-10-20 21:21:14 +08:00

32 lines
785 B
JSON

{
"name": "mobius1-selectr",
"version": "2.4.13",
"description": "A lightweight, dependency-free, mobile-friendly javascript select box replacement.",
"main": "dist/selectr.min.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mobius1/Selectr.git"
},
"keywords": [
"select",
"selectbox",
"forms"
],
"author": "Karl Saunders",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mobius1/Selectr/issues"
},
"homepage": "https://github.com/Mobius1/Selectr#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-qunit": "^1.3.0" ,
"qunit": "~0.5.15",
"grunt-contrib-jshint": "~0.4.3",
"qunitjs": "~1.11.0"
}
}