UNPKG

angular2-virtual-select

Version:

A native angular 2 select and multi select component with virtual scrolling to allow thousands of options in one select component

50 lines (49 loc) 1.48 kB
{ "name": "angular2-virtual-select", "version": "1.1.15", "description": "A native angular 2 select and multi select component with virtual scrolling to allow thousands of options in one select component", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/farin99/angular2-virtual-select" }, "keywords": [ "angular2", "select", "virtual", "scroll", "multi" ], "author": "Yoni Farin <farin99@gmail.com>", "license": "ISC", "homepage": "https://github.com/farin99/angular2-virtual-select#readme", "devDependencies": { "typescript": "^2.0.10", "@angular/common": "^2.3.1", "@angular/compiler": "^2.3.1", "@angular/core": "^2.3.1", "@angular/forms": "^2.3.1", "@angular/http": "^2.3.1", "@angular/platform-browser": "^2.3.1", "@angular/platform-browser-dynamic": "^2.3.1", "@angular/compiler-cli": "^2.4.5", "@angular/platform-server": "^2.4.5", "core-js": "^2.4.1", "rxjs": "^5.0.1", "ts-helpers": "^1.1.1", "zone.js": "^0.7.2" }, "peerDependencies": { "@angular/core": "^2.0.0", "@angular/common": "^2.0.0", "@angular/forms": "^2.0.0" }, "scripts": { "clean": "rm -rf dist", "aot": "node_modules/.bin/ngc -p src/tsconfig-aot.json", "build": "npm run clean && npm run aot", "p": "npm run build; npm version patch; npm publish" } }