forked from cloudflare/cloudflare-grafana-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"name": "cloudflare-app",
"private": true,
"version": "0.2.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clouflare/cloudflare-grafana-app.git"
},
"author": "",
"license": "Apache2",
"bugs": {
"url": "https://github.com/cloudflare/cloudflare-grafana-app/issues"
},
"devDependencies": {
"babel-cli": "~6.26.0",
"grunt": "^1.3.0",
"grunt-babel": "~7.0.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-uglify": "~5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-systemjs-builder": "^1.0.0",
"load-grunt-tasks": "~5.1.0",
"node-sass": "^4.14.1"
},
"dependencies": {
"babel-plugin-transform-es2015-for-of": "^6.23.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jscs": "^2.8.0",
"jshint-stylish": "~2.1.0",
"lodash": "~4.17.21",
"yarn": "^1.22.17"
},
"homepage": "https://github.com/cloudflare/cloudflare-grafana-app#readme"
}