forked from ovh/ovh-warp10-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 924 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": "ovh-warp10-datasource",
"version": "2.1.1",
"description": "Warp10 datasource Grafana plugin",
"main": "module.ts",
"repository": "[email protected]:ovh/ovh-warp10-datasource.git",
"author": "ovh <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">=7.9.0"
},
"scripts": {
"postinstall": "node ./postinstallscript.js",
"docker": "docker build -t grafana . && docker run -i -p 3000:3000 grafana",
"build": "npx gulp build",
"start": "npx gulp"
},
"dependencies": {
"moment": "^2.24.0"
},
"devDependencies": {
"del": "^3.0.0",
"grafana-sdk-mocks": "github:grafana/grafana-sdk-mocks",
"gulp": "^4.0.0 ",
"gulp-less": "^4.0.1",
"gulp-livereload": "^4.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber-notifier": "0.0.3",
"gulp-pug": "^4.0.1",
"gulp-typescript": "^5.0.0",
"typescript": "^3.3.3333"
}
}