-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 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
46
47
{
"name": "example-data-panel",
"version": "1.0.0",
"description": "example panel for fake datasource",
"main": "module.js",
"scripts": {
"test": "karma start --single-run",
"grunt":"grunt"
},
"keywords": [
"test"
],
"author": "Qvantel Team",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-plugin-transform-es2015-modules-systemjs": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"browserify-istanbul": "^2.0.0",
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-auto-install": "^0.3.1",
"grunt-execute": "^0.2.2",
"grunt-systemjs-builder": "^0.2.7",
"isparta": "^4.0.0",
"karma": "^1.5.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.1.1",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0",
"watchify": "^3.9.0"
},
"dependencies": {
"es6-module-loader": "^0.17.11"
}
}