-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·66 lines (66 loc) · 1.92 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": "grafana-kairosdb-enhanced-datasource",
"private": true,
"version": "3.0.2",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/grafana/kairosdb-datasource"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"devDependencies": {
"@types/lodash": "^4.14.83",
"angular": "^1.6.6",
"angular-mocks": "^1.6.6",
"babel": "^6.23.0",
"babel-plugin-transform-es2015-for-of": "^6.6.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"brace": "^0.10.0",
"chai": "^4.1.2",
"es6-shim": "^0.35.3",
"grafana-sdk-mocks": "github:grafana/grafana-sdk-mocks",
"grunt": "^1.0.1",
"grunt-babel": "~6.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "~3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-execute": "~0.2.2",
"grunt-karma": "^2.0.0",
"grunt-mocha-test": "~0.13.3",
"grunt-package-modules": "~1.0.0",
"grunt-systemjs-builder": "^1.0.0",
"grunt-tslint": "~5.0.1",
"grunt-typescript": "^0.8.0",
"jsdom": "~11.4.0",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-es6-shim": "^1.0.0",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-systemjs": "^0.16.0",
"load-grunt-tasks": "3.5.2",
"lodash": "^4.17.4",
"mocha": "^1.0",
"mocha-each": "^1.1.0",
"moment": "^2.18.1",
"plugin-typescript": "^7.1.1",
"prunk": "~1.3.1",
"q": "^1.5.1",
"sinon": "^3.2.1",
"sprintf-js": "^1.1.1",
"systemjs": "^0.19.47",
"systemjs-plugin-css": "^0.1.35",
"tslint": "~5.8.0",
"typescript": "^2.6.1"
},
"dependencies": {
"grafana-sdk-mocks": "github:grafana/grafana-sdk-mocks"
},
"homepage": "https://github.com/grafana/kairosdb-datasource"
}