-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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": "ng-chat",
"version": "2.0.4",
"peerDependencies": {
"@angular/common": "*",
"@angular/core": "*",
"@angular/forms": "*",
"rxjs": "*"
},
"devDependencies": {
"@angular/common": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/forms": "^7.0.3",
"@angular/platform-browser": "^7.0.3",
"zone.js": "^0.8.26",
"rxjs": "^6.3.3",
"@angular/compiler": "^7.0.3",
"@angular/compiler-cli": "^7.0.3",
"gulp": "~4.0.0",
"gulp-inline-ng2-template": "^5.0.1",
"rollup": "^0.67.0",
"typescript": "~3.1.6",
"uglify-js": "^3.4.9",
"ng-packagr": "^4.4.0",
"tsickle": "^0.33.1"
},
"description": "A simple facebook/linkedin lookalike chat module for Angular applications.",
"author": "Rafael Carvalho",
"license": "MIT",
"homepage": "https://github.com/rpaschoal/ng-chat",
"bugs": {
"url": "https://github.com/rpaschoal/ng-chat/issues"
},
"main": "bundles/ng-chat.umd.js",
"module": "fesm5/ng-chat.js",
"es2015": "fesm2015/ng-chat.js",
"esm5": "esm5/ng-chat.js",
"esm2015": "esm2015/ng-chat.js",
"fesm5": "fesm5/ng-chat.js",
"fesm2015": "fesm2015/ng-chat.js",
"typings": "ng-chat.d.ts",
"metadata": "ng-chat.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}