-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
46
47
48
49
50
51
52
53
54
{
"name": "grafana-mix-transform",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "grunt",
"watch": "grunt watch",
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liquidm/grafana-mixtransform.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/liquidm/grafana-mixtransform/issues"
},
"devDependencies": {
"grafana-sdk-mocks": "github:grafana/grafana-sdk-mocks",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"grunt": "^1.0.4",
"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-mocha-test": "^0.13.2",
"grunt-systemjs-builder": "^1.0.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-string-replace": "^1.3.1",
"typescript": "^3.4.5",
"jsdom": "~9.12.0",
"chai": "~4.2.0",
"load-grunt-tasks": "^4.0.0",
"mocha": "^6.1.4",
"mocha-typescript": "^1.1.17",
"ts-node": "^8.1.0",
"prunk": "^1.3.1",
"q": "^1.5.1",
"systemjs": "^3.1.6",
"moment": "^2.24.0"
},
"dependencies": {
"lodash": "^4.17.4"
},
"homepage": "https://github.com/liquidm/grafana-mixtransform#readme"
}