-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 739 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 739 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
{
"name": "angular-tawk",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/karethadeepak/angular-tawk.git"
},
"main": "bundles/angular-tawk.umd.js",
"module": "fesm5/angular-tawk.js",
"es2015": "fesm2015/angular-tawk.js",
"esm5": "esm5/angular-tawk.js",
"esm2015": "esm2015/angular-tawk.js",
"fesm5": "fesm5/angular-tawk.js",
"fesm2015": "fesm2015/angular-tawk.js",
"typings": "angular-tawk.d.ts",
"metadata": "angular-tawk.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}