Skip to content
Snippets Groups Projects
package.json 1.39 KiB
Newer Older
{
  "name": "grafana-smartdata-datasource",
  "private": true,
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "./node_modules/grunt-cli/bin/grunt",
    "test": "./node_modules/grunt-cli/bin/grunt mochaTest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grafana/simple-json-datasource.git"
  },
  "author": "LISHA",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/grafana/simple-json-datasource/issues"
  },
  "engines": {
    "node": "6.10.0"
  },
  "engineStrict": true,
  "devDependencies": {
    "babel": "~6.5.1",
    "babel-plugin-transform-es2015-modules-systemjs": "^6.5.0",
    "babel-preset-es2015": "^6.5.0",
    "grunt": "^1.0.4",
    "grunt-babel": "~6.0.0",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "~0.8.2",
    "grunt-contrib-uglify": "~0.11.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-execute": "~0.2.2",
    "grunt-mocha-test": "^0.13.2",
    "grunt-systemjs-builder": "^0.2.5",
    "load-grunt-tasks": "^5.1.0"
  },
  "dependencies": {
    "babel-plugin-transform-es2015-for-of": "^6.6.0",
    "babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "file-system": "^2.2.2",
    "lodash": "^4.17.4",
    "mocha": "^6.2.2"
  },
  "homepage": "https://github.com/grafana/simple-json-datasource#readme"
}