-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 KB
/
package.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
43
44
45
46
{
"name": "ng2-summernote-angular4-es5",
"version": "0.1.31",
"description": "Summernote component for Angular4",
"main": "ng2-summernote-angular4.js",
"keywords": [
"angular2",
"summernote",
"wysiwyg",
"html"
],
"repository": {
"type": "git",
"url": "https://github.com/apolloeleven/ng2-summernote-angular4-es5.git"
},
"scripts": {
"prepublish": "tsc"
},
"typings": [
"./summernote.d.ts",
"./ng2-summernote-angular4.d.ts"
],
"types": [
"./summernote.d.ts",
"./ng2-summernote-angular4.d.ts"
],
"author": "Val Rudi",
"license": "MIT",
"dependencies": {
"jquery": "3.4.0",
"@angular/common": "^4.0.1",
"@angular/compiler": "^4.0.1",
"@angular/core": "^4.0.1",
"@angular/forms": "^4.0.1",
"@angular/platform-browser": "^4.0.1",
"@types/jquery": "^2.0.41",
"@types/core-js": "^0.9.41",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"zone.js": "^0.8.5",
"bootstrap": "^3.3.7",
"summernote": "^0.8.3",
"codemirror": "^5.25.0"
},
"devDependencies": {}
}