ng2-appinsights
Version:
App Insights module for Angular 2.0.x
69 lines (68 loc) • 2.01 kB
JSON
{
"name": "ng2-appinsights",
"version": "1.0.0-beta.1",
"description": "App Insights module for Angular 2.0.x",
"main": "bundles/ng2-appinsights.js",
"module": "index.js",
"typings": "index.d.ts",
"scripts": {
"build": "npm run webpack:dev && ngc",
"start": "node_modules/.bin/webpack --progress --colors --watch",
"webpack": "node_modules/.bin/webpack -p",
"webpack:dev": "node_modules/.bin/webpack",
"tsc": "tsc",
"ngc": "ngc",
"test:stop": "karma stop",
"publish-to-npm": "npm run build && npm run webpack && npm publish build --ignore-scripts",
"localpack": "npm run build && cd build && npm pack --ignore-scripts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harry671003/ng2-appinsights.git"
},
"keywords": [
"angular2",
"appinsights",
"logging",
"ng2",
"ng2-appinsights",
"appinsights-ng2",
"appinsights-angular2"
],
"files": [
"**/*",
"!*.tgz"
],
"author": "Harry John",
"license": "MIT",
"bugs": {
"url": "https://github.com/harry671003/ng2-appinsights/issues"
},
"homepage": "https://github.com/harry671003/ng2-appinsights#readme",
"devDependencies": {
"@angular/common": "^2.4.9||^4.0.0",
"@angular/compiler": "^2.4.9||^4.0.0",
"@angular/compiler-cli": "^2.4.9||^4.0.0",
"@angular/core": "^2.4.9||^4.0.0",
"@angular/platform-browser": "^2.4.9||^4.0.0",
"@angular/platform-browser-dynamic": "^2.4.9||^4.0.0",
"@types/core-js": "^0.9.35",
"@types/node": "0.0.2",
"applicationinsights-js": "^1.0.4",
"clean-webpack-plugin": "^0.1.14",
"copy-webpack-plugin": "^4.0.1",
"es6-shim": "0.35.2",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.1",
"ts-loader": "^1.2.2",
"tslint": "^4.0.2",
"tslint-loader": "^3.2.1",
"typescript": "2.0.10",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"zone.js": "0.7.2"
},
"peerDependencies": {
"@angular/core": ">=2.0.0 <5.0.0"
}
}