forked from pueteam/datasource-plugin-solr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 929 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
{
"name": "datasource-plugin-solr",
"version": "1.0.0",
"description": "Solr datasource for Grafana 3.x.x",
"repository": {
"type": "git",
"url": "git+https://github.com/pueteam/datasource-plugin-solr"
},
"author": "Sergio Rodriguez de Guzman",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pueteam/datasource-plugin-solr/issues"
},
"devDependencies": {
"grunt": "^1.0.1",
"babel-cli": "~6.23.0",
"grunt-babel": "~6.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "~1.4.3",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-systemjs-builder": "^1.0.0",
"load-grunt-tasks": "~3.5.2"
},
"dependencies": {
"babel-plugin-transform-es2015-modules-systemjs": "^6.6.0",
"babel-preset-es2015": "^6.24.1",
"lodash": "^4.17.4"
},
"homepage": "https://github.com/pueteam/datasource-plugin-solr"
}