forked from emperorsreeni/angularjs-application-insights-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.62 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@chinchilla-software/angularjs-application-insights-web",
"version": "2.0.1",
"description": "AngularJS module for Microsoft Application Insights Javascript v2 SDK",
"repository": {
"type": "git",
"url": "https://github.com/Chinchilla-Software-Com/angularjs-application-insights-v2"
},
"author": {
"name": "Chinchilla Software (originally Sreenivasan)",
"url": "https://github.com/Chinchilla-Software-Com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Chinchilla-Software-Com/angularjs-application-insights-v2/pulls"
},
"main": "dist/angularjs-appinsights-v2.min.js",
"scripts": {
"lint": "tslint -p tsconfig.json",
"clean": "rimraf ./dist",
"clean.install": "rimraf ./dist ./package-lock.json && npm i",
"build": "npm run clean && npm run tsc",
"tsc": "tsc"
},
"keywords": [
"Application Insights",
"AngularJS",
"APM",
"angularJS",
"app insights",
"appinsights",
"application insights",
"Microsoft Appinsights",
"Microsoft Application Insights",
"telemetry",
"log collection",
"metrics",
"tracking",
"analytics",
"crash",
"analysis",
"applicationinsights",
"stats"
],
"devDependencies": {
"@types/applicationinsights-js": "^1.0.9",
"@types/angular": "^1.8.1",
"gulp": "^4.0.2",
"gulp-append-prepend": "^1.0.8",
"gulp-clean": "^0.4.0",
"gulp-ext-replace": "^0.3.0",
"gulp-print": "^5.0.2",
"gulp-rename": "^1.4.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"rimraf": "^3.0.0",
"tslint": "^5.19.0",
"typescript": "^3.6.2"
}
}