forked from software-allies/cap-livechat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.51 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.51 KB
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
50
51
52
53
54
55
56
{
"name": "cap-livechat-sf",
"version": "0.0.7",
"description": "An amazing module for Angular using LiveChat SF.",
"main": "bundles/compoplace.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"keywords": [
"Salesforce",
"LiveChat",
"Angular",
"Live Agent"
],
"author": {
"name": "Diego SanMo",
"url": "https://github.com/DiegoSanMo"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/software-allies/cap-livechat/tree/development"
},
"scripts": {
"packagr": "ng-packagr -p ng-package.json"
},
"homepage": "https://www.softwareallies.com/",
"peerDependencies": {
"@angular/compiler": "^8.2.13",
"@angular/compiler-cli": "^8.2.13",
"rollup": "^0.62.0",
"typescript": "^3.5.1",
"uglify-js": "^3.4.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular/cli": "~8.3.23",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/compiler-cli": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/forms": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "^5.0.0",
"ng-packagr": "^9.0.0",
"zone.js": "~0.9.1",
"rollup": "^0.62.0",
"typescript": "^3.5.1",
"uglify-js": "^3.4.2"
}
}