forked from grafana/grafana-sdk-mocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 970 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
{
"name": "grafana-sdk-mocks",
"version": "1.0.0",
"description": "Mocks package for the Grafana SDK. To be used with Karma tests when developing data source or panel Grafana plugins.",
"main": "index.js",
"repository": "https://github.com/grafana/grafana-sdk-mocks",
"author": "Grafana Labs",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.11",
"moment": "^2.24.0",
"ramda": "^0.26.1",
"rxjs": "^6.4.0",
"systemjs": "^3.1.0"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-typescript": "^0.8.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-expect": "^1.1.3",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-systemjs": "^0.16.0",
"plugin-typescript": "^8.0.0",
"q": "^1.5.1",
"sinon": "^7.3.0"
}
}