ng-multiselect-dropdown-with-properties
Version:
Angular Multi-Select Dropdown with Properties
33 lines • 821 B
JSON
{
"name": "ng-multiselect-dropdown-with-properties",
"version": "1.0.0",
"private": false,
"description": "Angular Multi-Select Dropdown with Properties",
"author": "Sachin",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"ng:test": "ng test",
"lint": "ng lint",
"test": "jest --watch",
"test:ci": "jest --runInBand",
"test:coverage": "jest --coverage"
},
"keywords": [
"angular4",
"angular8",
"angular multiselect dropdown",
"angular4 multiselect dropdown",
"angular8 multiselect dropdown",
"ng multiselect dropdown",
"ng4 multiselect dropdown",
"ng8 multiselect dropdown"
],
"peerDependencies": {
"@angular/common": ">=2.0.0",
"@angular/core": ">=2.0.0"
},
"main": "jest.config.js"
}