Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

38 řádky
959 B

  1. {
  2. "name": "charts",
  3. "version": "0.0.1",
  4. "description": "https://frappe.github.io/charts",
  5. "main": "dist/frappe-charts.js",
  6. "directories": {
  7. "doc": "docs"
  8. },
  9. "scripts": {
  10. "test": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/frappe/charts.git"
  15. },
  16. "keywords": [
  17. "\"js",
  18. "charts\""
  19. ],
  20. "author": "Prateeksha Singh",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/frappe/charts/issues"
  24. },
  25. "homepage": "https://github.com/frappe/charts#readme",
  26. "devDependencies": {
  27. "babel-core": "^6.26.0",
  28. "babel-plugin-external-helpers": "^6.22.0",
  29. "babel-preset-env": "^1.6.1",
  30. "babel-preset-latest": "^6.24.1",
  31. "rollup": "^0.50.0",
  32. "rollup-plugin-babel": "^3.0.2",
  33. "rollup-plugin-eslint": "^4.0.0",
  34. "rollup-plugin-node-resolve": "^3.0.0",
  35. "rollup-plugin-uglify": "^2.0.1"
  36. }
  37. }