| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "growi-plugin-lsx",
- "version": "2.0.1",
- "description": "GROWI plugin to add lsx tag",
- "keywords": [
- "growi",
- "growi-plugin"
- ],
- "main": "src/index.js",
- "files": [
- "src"
- ],
- "scripts": {
- "test": ""
- },
- "repository": "https://github.com/weseek/growi-plugin-lsx.git",
- "author": "Yuki Takei <yuki@weseek.co.jp>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/weseek/growi-plugin-lsx/issues"
- },
- "homepage": "https://github.com/weseek/growi-plugin-lsx#readme",
- "dependencies": {
- "growi-commons": "^3.2.2",
- "url": "^0.11.0"
- },
- "devDependencies": {
- "babel-preset-env": "^1.6.0",
- "babel-preset-react": "^6.24.1",
- "eslint": "^5.9.0",
- "eslint-plugin-react": "^7.11.1",
- "react": "^16.4.1",
- "react-dom": "^16.4.1"
- },
- "engines": {
- "node": ">=8.11.1 <9",
- "npm": ">=5.6.0 <7",
- "yarn": "^1.5.1"
- }
- }
|