-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
66 lines (66 loc) · 1.9 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "globalnoc-tsds-datasource",
"private": true,
"version": "0.7.1",
"description": "Grafana Datasource for GlobalNOC's TSDS Database",
"main": "index.js",
"scripts": {
"build": "./node_modules/grunt-cli/bin/grunt",
"test": "./node_modules/grunt-cli/bin/grunt mochaTest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GlobalNOC/tsds-grafana.git"
},
"author": "GlobalNOC",
"license": "ISC",
"bugs": {
"url": "https://github.com/GlobalNOC/tsds-grafana/issues"
},
"devDependencies": {
"babel": "~6.5.1",
"babel-plugin-transform-es2015-for-of": "^6.23.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"chai": "~3.5.0",
"grunt": "^1.5.3",
"grunt-babel": "^6.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-execute": "~0.2.2",
"grunt-mocha-test": "^0.12.7",
"grunt-systemjs-builder": "^0.2.7",
"jsdom-no-contextify": "~3.1.0",
"load-grunt-tasks": "^3.2.0",
"lodash": "^4.17.21",
"mocha": "^2.5.3",
"mocha-jsdom": "^1.1.0",
"moment": "^2.29.2",
"prunk": "~1.2.1",
"q": "~1.4.1",
"require-grunt-configs": "^0.5.0"
},
"dependencies": {
"@grafana/data": "^8.4.3",
"babel-plugin-transform-es2015-for-of": "^6.23.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"debug": "^2.6.9",
"diff": "^3.5.0",
"growl": "^1.10.0",
"js-yaml": "^3.13.1",
"kind-of": "^6.0.3",
"latest-version": "^3.1.0",
"minimatch": "^3.0.2",
"minimist": "1.2.6",
"mocha": "^2.4.5",
"underscore.string": "^3.3.5"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"homepage": "https://github.com/GlobalNOC/tsds-grafana/#readme"
}