選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

49 行
1.3 KiB

  1. {
  2. "name": "frappe-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": "echo \"Error: no test specified\" && exit 1",
  11. "watch": "rollup -c --watch",
  12. "reload": "livereload 'dist/' -d",
  13. "dev": "npm-run-all --parallel watch reload"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/frappe/charts.git"
  18. },
  19. "keywords": [
  20. "\"js",
  21. "charts\""
  22. ],
  23. "author": "Prateeksha Singh",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/frappe/charts/issues"
  27. },
  28. "homepage": "https://github.com/frappe/charts#readme",
  29. "devDependencies": {
  30. "babel-core": "^6.26.0",
  31. "babel-plugin-external-helpers": "^6.22.0",
  32. "babel-preset-env": "^1.6.1",
  33. "babel-preset-latest": "^6.24.1",
  34. "cssnano": "^3.10.0",
  35. "livereload": "^0.6.3",
  36. "npm-run-all": "^4.1.1",
  37. "postcss-cssnext": "^3.0.2",
  38. "postcss-nested": "^2.1.2",
  39. "rollup": "^0.50.0",
  40. "rollup-plugin-babel": "^3.0.2",
  41. "rollup-plugin-eslint": "^4.0.0",
  42. "rollup-plugin-node-resolve": "^3.0.0",
  43. "rollup-plugin-postcss": "^0.5.5",
  44. "rollup-plugin-replace": "^2.0.0",
  45. "rollup-plugin-uglify": "^2.0.1",
  46. "rollup-watch": "^4.3.1"
  47. }
  48. }