package.json 906 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "growi-plugin-lsx",
  3. "version": "2.0.1",
  4. "description": "GROWI plugin to add lsx tag",
  5. "keywords": [
  6. "growi",
  7. "growi-plugin"
  8. ],
  9. "main": "src/index.js",
  10. "files": [
  11. "src"
  12. ],
  13. "scripts": {
  14. "test": ""
  15. },
  16. "repository": "https://github.com/weseek/growi-plugin-lsx.git",
  17. "author": "Yuki Takei <yuki@weseek.co.jp>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/weseek/growi-plugin-lsx/issues"
  21. },
  22. "homepage": "https://github.com/weseek/growi-plugin-lsx#readme",
  23. "dependencies": {
  24. "growi-commons": "^3.2.2",
  25. "url": "^0.11.0"
  26. },
  27. "devDependencies": {
  28. "babel-preset-env": "^1.6.0",
  29. "babel-preset-react": "^6.24.1",
  30. "eslint": "^5.9.0",
  31. "eslint-plugin-react": "^7.11.1",
  32. "react": "^16.4.1",
  33. "react-dom": "^16.4.1"
  34. },
  35. "engines": {
  36. "node": ">=8.11.1 <9",
  37. "npm": ">=5.6.0 <7",
  38. "yarn": "^1.5.1"
  39. }
  40. }