package.json 874 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "growi-plugin-attachment-refs",
  3. "version": "1.0.0",
  4. "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags",
  5. "keywords": [
  6. "growi",
  7. "growi-plugin"
  8. ],
  9. "main": "index.js",
  10. "files": [
  11. "src"
  12. ],
  13. "scripts": {
  14. "test": ""
  15. },
  16. "repository": "https://github.com/weseek/growi-plugin-attachment-refs",
  17. "author": "Yuki Takei <yuki@weseek.co.jp>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/weseek/growi-plugin-attachment-refs/issues"
  21. },
  22. "dependencies": {
  23. "growi-pluginkit": "^1.1.0"
  24. },
  25. "devDependencies": {
  26. "babel-preset-env": "^1.7.0",
  27. "babel-preset-react": "^6.24.1",
  28. "eslint": "^5.15.0",
  29. "eslint-plugin-react": "^7.12.4",
  30. "react": "^16.8.3",
  31. "react-dom": "^16.8.3"
  32. },
  33. "engines": {
  34. "node": ">=8.11.1 <11",
  35. "npm": ">=5.6.0 <7",
  36. "yarn": ">=1.5.1 <2"
  37. }
  38. }