40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "applicationinsights-js",
|
|
"version": "1.0.21",
|
|
"description": "Microsoft Application Insights JavaScript SDK",
|
|
"main": "bundle/ai.module.js",
|
|
"keywords": [
|
|
"browser performance monitoring",
|
|
"script errors",
|
|
"application insights",
|
|
"microsoft",
|
|
"azure"
|
|
],
|
|
"scripts": {
|
|
"build": "grunt",
|
|
"test": "grunt test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/ApplicationInsights-JS.git"
|
|
},
|
|
"author": "Microsoft Application Insights Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/ApplicationInsights-JS/issues"
|
|
},
|
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
"devDependencies": {
|
|
"grunt": "1.0.1",
|
|
"grunt-contrib-qunit": "2.0.0",
|
|
"grunt-contrib-uglify": "3.1.0",
|
|
"grunt-run": "^0.8.1",
|
|
"grunt-ts": "^6.0.0-beta.22",
|
|
"grunt-tslint": "^5.0.2",
|
|
"npm-run-all": "^4.1.3",
|
|
"tslint": "^5.19.0",
|
|
"tslint-microsoft-contrib": "^5.2.1",
|
|
"typescript": "2.5.3"
|
|
}
|
|
}
|