forked from DSchrupert/ng-selectize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-dist.json
42 lines (41 loc) · 910 Bytes
/
package-dist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ng-selectize",
"description": "Angular (2,4,...) directive for selectize.js",
"author": "Nicholas Azar",
"version": "1.1.3",
"license": "MIT",
"keywords": [
"angular2-selectize",
"angular-selectize",
"ng2-selectize",
"ng-selectize",
"angular2",
"selectize",
"angular",
"ng2",
"directive",
"component",
"select"
],
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/NicholasAzar/ng-selectize.git"
},
"bugs": {
"url": "https://github.com/NicholasAzar/ng-selectize/issues"
},
"homepage": "https://github.com/NicholasAzar/ng-selectize#readme",
"main": "bundles/ng-selectize.umd.min.js",
"module": "index.js",
"typings": "index.d.ts",
"dependencies": {
"lodash.clonedeep": "^4.5.0"
},
"peerDependencies": {
"@angular/core": "^4.2.4 || ^5.1.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
}
}