UNPKG

angular-multi-select

Version:
40 lines (39 loc) 855 B
{ "name": "angular-multi-select-alexandernst", "version": "7.4.6", "homepage": "https://github.com/alexandernst/angular-multi-select", "description": "A multi select dropdown directive for AngularJS", "authors": [ "Alexander Nestorov <alexandernst@gmail.com> (https://github.com/alexandernst)" ], "license": "MIT", "main": [ "dist/prod/angular-multi-select.min.js", "dist/prod/angular-multi-select.min.css" ], "repository": { "type": "git", "url": "git@github.com:alexandernst/angular-multi-select.git" }, "dependencies": { "angular": "1.5.0", "lokijs": "1.3.16" }, "keywords": [ "angular", "dropdown", "multi", "select", "multiselect" ], "ignore": [ "**/.*", "node_modules", "bower_components", "utils", "specs", "src", "test", "tests" ] }