UNPKG

612 BJSONView Raw
1{
2 "name": "ngx-wig",
3 "version": "1.1.2",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/stevermeister/ngx-wig"
7 },
8 "author": {
9 "name": "Stepan Suvorov",
10 "email": "stevermeister@gmail.com"
11 },
12 "keywords": [
13 "angular",
14 "WYSIWYG",
15 "editor"
16 ],
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/stevermeister/ngx-wig/issues"
20 },
21 "main": "ngx-wig.umd.js",
22 "module": "ngx-wig.js",
23 "jsnext:main": "ngx-wig.js",
24 "typings": "ngx-wig.d.ts",
25 "peerDependencies": {
26 "@angular/core": "^4.0.0",
27 "rxjs": "^5.1.0",
28 "zone.js": "^0.8.4"
29 }
30}