UNPKG

angular-dropdown-multiselect

Version:

Angular JS directive for dropdown with multi-select feature.

49 lines (48 loc) 1.33 kB
{ "name": "angular-dropdown-multiselect", "version": "1.0.1", "description": "Angular JS directive for dropdown with multi-select feature.", "main": "index.js", "scripts": { "start": "gulp default", "dist": "gulp dist", "test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)" }, "repository": { "type": "git", "url": "git+https://github.com/mujuni88/angular-dropdown-multiselect.git" }, "keywords": [ "Angular", "Javascript" ], "author": "Joe", "license": "ISC", "bugs": { "url": "https://github.com/mujuni88/angular-dropdown-multiselect/issues" }, "homepage": "https://github.com/mujuni88/angular-dropdown-multiselect#readme", "devDependencies": { "browser-sync": "^2.9.11", "gulp": "^3.9.0", "gulp-angular-filesort": "^1.1.1", "gulp-changed": "^1.1.1", "gulp-jade": "^1.0.0", "gulp-load-plugins": "^0.10.0", "gulp-plumber": "^1.0.1", "gulp-preprocess": "^1.2.0", "gulp-sass": "^2.0.4", "plumber": "^0.4.8", "preprocess": "^3.0.2", "proxy-middleware": "^0.14.0", "url": "^0.11.0" }, "engines": { "node": ">=0.10.0" }, "private": false, "dependencies": { "angular": "^1.2.28", "bootstrap": "^3.3.5" } }