-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
35 lines (35 loc) · 936 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
34
35
{
"name": "grafana-csv-plugin",
"version": "2.0.0",
"description": "Grafana CSV datasource",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/paveldanilin",
"scripts": {
"build": "npm install && grunt"
},
"author": {
"name": "Pavel Danilin",
"email": "[email protected]"
},
"dependencies": {
"lodash": "4.17.19"
},
"devDependencies": {
"babel-plugin-transform-es2015-for-of": "6.5.0",
"babel-plugin-transform-es2015-modules-systemjs": "6.5.0",
"babel-preset-es2015": "6.5.0",
"babel": "6.5.1",
"grunt": "1.0.4",
"grunt-shell": "3.0.1",
"grunt-babel": "6.0.0",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-execute": "0.2.2",
"grunt-systemjs-builder": "1.0.0",
"load-grunt-tasks": "5.1.0"
}
}