forked from microsoft/Application-Insights-Workbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.12 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
{
"name": "azure_monitor_workbook_templates",
"version": "1.0.0",
"description": "This project welcomes contributions and suggestions. Most contributions require you to agree to a\r Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\r the rights to use your contribution. For details, visit https://cla.microsoft.com.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"fullbuildtest": "mocha --reporter mocha-trx-reporter --reporter-options output=output/testresults.trx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/Application-Insights-Workbooks.git"
},
"keywords": [],
"author": "Microsoft",
"license": "ISC",
"bugs": {
"url": "https://github.com/Microsoft/Application-Insights-Workbooks/issues"
},
"homepage": "https://github.com/Microsoft/Application-Insights-Workbooks#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"minimist": "^1.2.2"
},
"dependencies": {
"jsonschema": "^1.4.0",
"mocha-trx-reporter": "^3.2.4"
}
}