Files
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

30 lines
574 B
JSON

{
"name": "ui-select",
"version": "0.9.6",
"homepage": "https://github.com/angular-ui/ui-select",
"authors": [
"AngularUI"
],
"description": "AngularJS ui-select",
"main": ["dist/select.js", "dist/select.css"],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"test",
"gulpfile.js",
"karma.conf.js",
"examples"
],
"dependencies": {
"angular": ">=1.2.18"
},
"devDependencies": {
"jquery": "~1.11",
"angular-sanitize": ">=1.2.18",
"angular-mocks": ">=1.2.18"
}
}