forked from yabab-dev/ng2-ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "ng2-ckeditor",
"version": "1.1.4",
"description": "Angular2 CKEditor component",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prepublish": "npm run build && npm run build:aot",
"build": "node_modules/.bin/tsc",
"build:aot": "node_modules/.bin/ngc -p tsconfig-aot.json"
},
"keywords": [
"angular",
"angular2",
"component",
"ckeditor",
"wysiwyg"
],
"author": "Simon Babay",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/chymz/ng2-ckeditor.git"
},
"bugs": {
"url": "https://github.com/chymz/ng2-ckeditor/issues"
},
"homepage": "https://github.com/chymz/ng2-ckeditor#readme",
"devDependencies": {
"@angular/compiler": "^2.1.0",
"@angular/compiler-cli": "^2.1.0",
"@angular/platform-server": "^2.1.0",
"@types/ckeditor": "0.0.33",
"@types/core-js": "^0.9.34",
"@types/node": "^6.0.45",
"typescript": "^2.0.3"
},
"dependencies": {
"@angular/common": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/forms": "^2.1.0",
"rxjs": "^5.0.0-rc.1",
"zone.js": "^0.6.25"
}
}