UNPKG

992 BJSONView Raw
1{
2 "name": "ng2-alt-summernote",
3 "version": "0.1.44",
4 "description": "Summernote component for Angular2",
5 "main": "ng2-alt-summernote.js",
6 "keywords": [
7 "angular2",
8 "summernote",
9 "wysiwyg",
10 "html"
11 ],
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/carlescs/ng2-alt-summernote.git"
15 },
16 "scripts": {
17 "prepublish": "tsc"
18 },
19 "types": [
20 "./summernote.d.ts",
21 "./ng2-alt-summernote.d.ts"
22 ],
23 "author": "Carles Company Soler",
24 "license": "MIT",
25 "dependencies": {
26 "jquery": "^3.1.1",
27 "@angular/common": "^2.4.1",
28 "@angular/compiler": "^2.4.1",
29 "@angular/core": "^2.4.1",
30 "@angular/forms": "^2.4.1",
31 "@angular/platform-browser": "^2.4.1",
32 "core-js": "^2.4.1",
33 "@types/jquery": "^2.0.34",
34 "@types/core-js": "0.9.35",
35
36 "bootstrap":"^3.3.7",
37 "summernote": "^0.8.3",
38 "codemirror": "^5.25.0",
39 "rxjs":"^5.3.0"
40 },
41 "devDependencies": {}
42}