forked from thijsw/angular-medium-editor
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1019 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1019 Bytes
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
{
"name": "angular2-medium-editor",
"version": "1.3.1",
"description": "Angular 2 directive for angular-medium-editor",
"keywords": [
"angular",
"medium-editor"
],
"homepage": "https://github.com/codiak/angular2-medium-editor",
"bugs": "https://github.com/codiak/angular2-medium-editor/issues",
"author": {
"name": "Codiak"
},
"repository": {
"type": "git",
"url": "https://github.com/codiak/angular2-medium-editor"
},
"license": "MIT",
"main": "medium-editor.directive.ts",
"devDependencies": {
"@angular/compiler": "^7.2.4",
"@angular/compiler-cli": "^7.2.4",
"@angular/core": "^7.2.4",
"medium-editor": "^5.23.3",
"ng-packagr": "^4.7.0",
"tsickle": "^0.34.3",
"tslib": "^1.9.3",
"typescript": "3.2.4"
},
"scripts": {
"build": "ng-packagr -p package.json"
},
"ngPackage": {
"lib": {
"entryFile": "public_api.ts"
}
},
"peerDependencies": {
"@angular/core": "^7.2.4",
"medium-editor": "^5.23.3"
}
}