-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"name": "grafana-wifiplug",
"version": "0.1.0",
"description": "A datasource for WIFIPLUG products",
"scripts": {
"build": "grunt",
"watch": "grunt watch"
},
"author": "WIFIPLUG",
"license": "Apache 2.0",
"dependencies": {
"lodash": "^4.17.4",
"moment": "^2.18.1",
"q": "^1.5.0",
"systemjs": "^0.19.47"
},
"devDependencies": {
"@types/lodash": "^4.14.74",
"grafana-sdk-mocks": "github:grafana/grafana-sdk-mocks",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-string-replace": "^1.3",
"grunt-typescript": "^0.8.0",
"karma": "^1.7.0",
"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",
"load-grunt-tasks": "^3.5.2",
"mocha": "^5.1.1",
"plugin-typescript": "^7.1.0",
"sinon": "^3.2.1",
"systemjs-plugin-css": "^0.1.35"
}
}