Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

54 righe
1.4 KiB

  1. {
  2. "name": "frappe-charts",
  3. "version": "0.0.5",
  4. "description": "https://frappe.github.io/charts",
  5. "main": "dist/frappe-charts.min.cjs.js",
  6. "module": "dist/frappe-charts.min.esm.js",
  7. "browser": "dist/frappe-charts.min.iife.js",
  8. "directories": {
  9. "doc": "docs"
  10. },
  11. "files":[
  12. "dist"
  13. ],
  14. "scripts": {
  15. "test": "echo \"Error: no test specified\" && exit 1",
  16. "watch": "rollup -c --watch",
  17. "reload": "livereload 'dist/' -d",
  18. "dev": "npm-run-all --parallel watch reload"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/frappe/charts.git"
  23. },
  24. "keywords": [
  25. "\"js",
  26. "charts\""
  27. ],
  28. "author": "Prateeksha Singh",
  29. "license": "MIT",
  30. "bugs": {
  31. "url": "https://github.com/frappe/charts/issues"
  32. },
  33. "homepage": "https://github.com/frappe/charts#readme",
  34. "devDependencies": {
  35. "babel-core": "^6.26.0",
  36. "babel-plugin-external-helpers": "^6.22.0",
  37. "babel-preset-env": "^1.6.1",
  38. "babel-preset-latest": "^6.24.1",
  39. "cssnano": "^3.10.0",
  40. "livereload": "^0.6.3",
  41. "npm-run-all": "^4.1.1",
  42. "postcss-cssnext": "^3.0.2",
  43. "postcss-nested": "^2.1.2",
  44. "rollup": "^0.50.0",
  45. "rollup-plugin-babel": "^3.0.2",
  46. "rollup-plugin-eslint": "^4.0.0",
  47. "rollup-plugin-node-resolve": "^3.0.0",
  48. "rollup-plugin-postcss": "^0.5.5",
  49. "rollup-plugin-replace": "^2.0.0",
  50. "rollup-plugin-uglify": "^2.0.1",
  51. "rollup-watch": "^4.3.1"
  52. }
  53. }