| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "growi-plugin-pukiwiki-like-linker",
- "version": "3.1.0",
- "description": "GROWI plugin to add PukiwikiLikeLinker",
- "keywords": [
- "growi",
- "growi-plugin"
- ],
- "main": "src/index.js",
- "files": [
- "src"
- ],
- "scripts": {
- "lint:js:fix": "eslint **/*.{js,jsx} --fix",
- "lint:js": "eslint **/*.{js,jsx}",
- "lint:styles:fix": "prettier-stylelint --quiet --write src/**/*.scss",
- "lint:styles": "stylelint src/**/*.scss",
- "lint": "npm-run-all -p lint:js lint:styles",
- "test": ""
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/weseek/growi-plugin-pukiwiki-like-linker.git"
- },
- "author": "Yuki Takei <yuki@weseek.co.jp>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/weseek/growi-plugin-pukiwiki-like-linker/issues"
- },
- "homepage": "https://github.com/weseek/growi-plugin-pukiwiki-like-linker#readme",
- "dependencies": {
- },
- "devDependencies": {
- "babel-eslint": "^10.0.1",
- "eslint": "^5.15.1",
- "eslint-config-weseek": "^1.0.1",
- "eslint-plugin-import": "^2.16.0",
- "npm-run-all": "^4.1.5",
- "prettier-stylelint": "^0.4.2"
- },
- "engines": {
- "node": ">=8.11.1 <15",
- "npm": ">=5.6.0 <7",
- "yarn": ">=1.5.1 <2"
- }
- }
|