2016-05-18 02:39:58 +03:00
|
|
|
{
|
2018-10-18 01:44:16 +03:00
|
|
|
"name": "applicationinsights-js",
|
|
|
|
"version": "1.0.20",
|
|
|
|
"description": "Microsoft Application Insights JavaScript SDK",
|
|
|
|
"main": "bundle/ai.module.js",
|
|
|
|
"keywords": [
|
|
|
|
"browser performance monitoring",
|
|
|
|
"script errors",
|
|
|
|
"application insights",
|
|
|
|
"microsoft",
|
|
|
|
"azure"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2019-09-05 02:03:43 +03:00
|
|
|
"analytics": "cd ./extensions/applicationinsights-analytics-js && npm i",
|
|
|
|
"common": "cd ./shared/AppInsightsCommon/ && npm i",
|
|
|
|
"dependencies": "cd ./extensions/applicationinsights-dependencies-js && npm i",
|
|
|
|
"properties": "cd ./extensions/applicationinsights-properties-js && npm i",
|
|
|
|
"aisku": "cd ./AISKU && npm i",
|
2018-10-18 01:44:16 +03:00
|
|
|
"build-prefixes": "npm-run-all --serial analytics common dependencies properties aisku",
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-05-09 00:51:09 +03:00
|
|
|
"url": "git+https://github.com/microsoft/ApplicationInsights-JS.git"
|
2018-10-18 01:44:16 +03:00
|
|
|
},
|
|
|
|
"author": "Microsoft Application Insights Team",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2019-05-09 00:51:09 +03:00
|
|
|
"url": "https://github.com/microsoft/ApplicationInsights-JS/issues"
|
2018-10-18 01:44:16 +03:00
|
|
|
},
|
2019-05-09 00:51:09 +03:00
|
|
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
2018-10-18 01:44:16 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "1.0.1",
|
|
|
|
"grunt-contrib-qunit": "2.0.0",
|
|
|
|
"grunt-contrib-uglify": "3.1.0",
|
2019-09-05 02:03:43 +03:00
|
|
|
"grunt-run": "^0.8.1",
|
2019-02-10 09:49:22 +03:00
|
|
|
"grunt-ts": "^6.0.0-beta.22",
|
2018-10-18 01:44:16 +03:00
|
|
|
"grunt-tslint": "^5.0.2",
|
|
|
|
"npm-run-all": "^4.1.3",
|
2019-09-05 02:03:43 +03:00
|
|
|
"tslint": "^5.19.0",
|
2018-10-18 01:44:16 +03:00
|
|
|
"tslint-microsoft-contrib": "^5.2.1",
|
|
|
|
"typescript": "2.5.3"
|
2019-09-05 02:03:43 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2018-10-18 01:44:16 +03:00
|
|
|
}
|
2019-08-14 23:41:04 +03:00
|
|
|
}
|