forked from instance-oom/ngx-markdown-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
48
49
{
"name": "ngx-markdown-editor",
"version": "1.1.8",
"description": "Angular markdown editor based on ace editor",
"main": "index.js",
"scripts": {
"build": "ng-packagr -p package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lon-yang/ngx-markdown-editor.git"
},
"keywords": [
"markdown",
"markdown editor",
"md editor",
"ace",
"angular",
"angular x"
],
"author": "Lon.L.Yang",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/lon-yang/ngx-markdown-editor/issues"
},
"homepage": "https://github.com/lon-yang/ngx-markdown-editor#readme",
"peerDependencies": {
"@angular/common": ">=7.0.0",
"@angular/core": ">=7.0.0",
"@angular/forms": ">=7.0.0",
"@angular/platform-browser": ">=7.0.0"
},
"devDependencies": {
"@angular/common": "^7.1.0",
"@angular/compiler": "^7.1.0",
"@angular/compiler-cli": "^7.1.0",
"@angular/core": "^7.1.0",
"@angular/forms": "^7.1.0",
"@angular/platform-browser": "^7.1.0",
"ng-packagr": "^4.4.0",
"tsickle": "^0.34.0",
"typescript": "^3.1.6"
},
"ngPackage": {
"lib": {
"entryFile": "index.ts"
}
}
}