UNPKG

angular-multi-select

Version:
53 lines (49 loc) 1.42 kB
{ "name": "angular-multi-select", "version": "7.4.6", "description": "A multi select dropdown directive for AngularJS", "main": "dist/prod/angular-multi-select.min.js", "repository": { "type": "git", "url": "git@github.com:alexandernst/angular-multi-select.git" }, "dependencies": { "angular": ">=1.5.0", "lokijs": "1.3.16" }, "devDependencies": { "jquery": "2.1.4", "angular-mocks": "1.5.0", "jasmine-jquery": ">=2.0.0", "grunt-clear": "0.2.1", "grunt-contrib-clean": "1.0.0", "grunt-contrib-watch": "1.0.0", "grunt-contrib-copy": "1.0.0", "grunt-contrib-concat": "1.0.0", "grunt-contrib-cssmin": "1.0.0", "grunt-contrib-uglify": "1.0.0", "grunt-contrib-jasmine": "1.0.0", "grunt-contrib-jshint": "1.0.0", "grunt-contrib-connect": "1.0.0", "grunt-babel": "6.0.0", "es6-collections": "0.5.6", "babel-preset-es2015": "6.5.0", "babel-plugin-transform-runtime": "6.5.2", "babel-plugin-transform-object-assign": "6.5.0", "babel-plugin-transform-es2015-arrow-functions": "6.5.2", "load-grunt-tasks": "3.4.1" }, "keywords": [ "angular", "dropdown", "multi", "select", "multiselect" ], "author": "Alexander Nestorov <alexandernst@gmail.com> (https://github.com/alexandernst)", "license": "MIT", "bugs": { "url": "https://github.com/alexandernst/angular-multi-select/issues" }, "homepage": "https://github.com/alexandernst/angular-multi-select" }