-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
47 lines (47 loc) · 1.34 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
47
{
"name": "ng2-summernote",
"version": "1.12.0",
"license": "MIT",
"dependencies": {
"@angular/common": "^4.0.0-rc.2",
"@angular/compiler": "^4.0.0-rc.2",
"@angular/core": "^4.0.0-rc.2",
"@angular/forms": "^4.0.0-rc.2",
"@angular/http": "^4.0.0-rc.2",
"@angular/platform-browser": "^4.0.0-rc.2",
"@angular/platform-browser-dynamic": "^4.0.0-rc.2",
"jquery": "^3.1.1",
"rxjs": "^5.2.0",
"zone.js": "^0.7.7"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "2.0.0-alpha",
"gulp-typescript": "~2.13.4",
"gulp-uglify": "^1.5.3",
"path": "^0.12.7",
"typescript": "^1.8.9",
"systemjs-builder": "^0.15.25"
},
"description": "Integration of Summernote wysiwyg editor to Angular 2.0",
"main": "ng2-summernote.component.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martinsvb/ng2-summernote.git"
},
"keywords": [
"Wysiwyg",
"Summernote",
"Angular 2.0"
],
"author": "Martin Svoboda <svobodamartin@centrum.cz> (https://github.com/martinsvb)",
"bugs": {
"url": "https://github.com/martinsvb/ng2-summernote/issues"
},
"homepage": "https://github.com/martinsvb/ng2-summernote#readme"
}