-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"name": "skydive-datasource",
"private": true,
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skydive-project/skydive-grafana-datasource.git"
},
"author": "",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/skydive-project/skydive-grafana-datasource/issues"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-transform-for-of": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
"@babel/plugin-transform-modules-systemjs": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.4.0",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-mocha-test": "^0.13.3",
"jsdom": "^14.0.0",
"load-grunt-tasks": "^4.0.0",
"mocha": "^6.0.2",
"prunk": "^1.3.1",
"q": "^1.5.1"
},
"dependencies": {
"lodash": "^4.17.11",
"moment": "^2.24.0"
},
"homepage": "https://github.com/skydive-project/skydive-grafana-datasource"
}