package.json 984 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "kentik-app",
  3. "private": true,
  4. "version": "1.0.0",
  5. "description": "",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/raintank/kentik-app-poc.git"
  13. },
  14. "author": "",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/raintank/kentik-app-poc/issues"
  18. },
  19. "devDependencies": {
  20. "grunt": "~0.4.5",
  21. "babel": "~6.5.1",
  22. "grunt-babel": "~6.0.0",
  23. "grunt-contrib-copy": "~0.8.2",
  24. "grunt-contrib-watch": "^0.6.1",
  25. "grunt-contrib-uglify": "~0.11.0",
  26. "grunt-systemjs-builder": "^0.2.5",
  27. "load-grunt-tasks": "~3.2.0",
  28. "grunt-execute": "~0.2.2",
  29. "grunt-contrib-clean": "~0.6.0"
  30. },
  31. "dependencies": {
  32. "babel-plugin-transform-es2015-modules-systemjs": "^6.5.0",
  33. "babel-preset-es2015": "^6.5.0",
  34. "lodash": "~4.0.0",
  35. },
  36. "homepage": "https://github.com/raintank/kentik-app-poc#readme"
  37. }