package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "grafana-simple-json",
  3. "private": true,
  4. "version": "1.0.0",
  5. "description": "",
  6. "main": "index.js",
  7. "scripts": {
  8. "build": "./node_modules/grunt-cli/bin/grunt",
  9. "test": "./node_modules/grunt-cli/bin/grunt mochaTest"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/grafana/simple-json-datasource.git"
  14. },
  15. "author": "",
  16. "license": "ISC",
  17. "bugs": {
  18. "url": "https://github.com/grafana/simple-json-datasource/issues"
  19. },
  20. "engines": {
  21. "node": "6.10.0"
  22. },
  23. "engineStrict": true,
  24. "devDependencies": {
  25. "babel": "^6.23.0",
  26. "chai": "~3.5.0",
  27. "grunt": "^1.0.1",
  28. "grunt-babel": "~6.0.0",
  29. "grunt-cli": "^1.2.0",
  30. "grunt-contrib-clean": "^1.1.0",
  31. "grunt-contrib-copy": "^1.0.0",
  32. "grunt-contrib-uglify": "^2.3.0",
  33. "grunt-contrib-watch": "^1.0.0",
  34. "grunt-execute": "~0.2.2",
  35. "grunt-mocha-test": "^0.13.2",
  36. "grunt-systemjs-builder": "^1.0.0",
  37. "jsdom": "~9.12.0",
  38. "load-grunt-tasks": "^3.5.2",
  39. "prunk": "^1.3.0",
  40. "q": "^1.5.0"
  41. },
  42. "dependencies": {
  43. "babel-plugin-transform-es2015-for-of": "^6.6.0",
  44. "babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
  45. "babel-preset-es2015": "^6.24.1",
  46. "lodash": "^4.17.4",
  47. "mocha": "^3.2.0"
  48. },
  49. "homepage": "https://github.com/grafana/simple-json-datasource#readme"
  50. }