-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1000 Bytes
/
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
{
"name": "appinsights-usage",
"version": "1.0.2",
"description": "Javascript module to track usage with Application Insights",
"main": "lib/index.js",
"scripts": {
"build": "./node_modules/.bin/babel index.js --out-dir lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anastasiia-zolochevska/appinsights-usage.git"
},
"keywords": [
"ai",
"Application",
"Insights",
"appinsights",
"usage",
"telemetry"
],
"author": "Anastasiia Zolochevska <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/anastasiia-zolochevska/appinsights-usage/issues"
},
"homepage": "https://github.com/anastasiia-zolochevska/appinsights-usage#readme",
"dependencies": {
"applicationinsights-js": "^1.0.3",
"away": "^1.0.0",
"remove-value": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0"
}
}