|
|
@@ -1,10 +1,10 @@
|
|
|
{
|
|
|
- "name": "crowi-plugin-lsx",
|
|
|
+ "name": "growi-plugin-lsx",
|
|
|
"version": "1.3.9",
|
|
|
- "description": "The Crowi Plugin to add lsx tag",
|
|
|
+ "description": "GROWI plugin to add lsx tag",
|
|
|
"keywords": [
|
|
|
- "crowi-plus",
|
|
|
- "crowi-plugin"
|
|
|
+ "growi",
|
|
|
+ "growi-plugin"
|
|
|
],
|
|
|
"main": "lib/index.js",
|
|
|
"files": [
|
|
|
@@ -20,29 +20,30 @@
|
|
|
"rimraf": "rimraf",
|
|
|
"test": ""
|
|
|
},
|
|
|
- "repository": "https://github.com/weseek/crowi-plugin-lsx.git",
|
|
|
+ "repository": "https://github.com/weseek/growi-plugin-lsx.git",
|
|
|
"author": "Yuki Takei <yuki@weseek.co.jp>",
|
|
|
"license": "MIT",
|
|
|
"bugs": {
|
|
|
- "url": "https://github.com/weseek/crowi-plugin-lsx/issues"
|
|
|
+ "url": "https://github.com/weseek/growi-plugin-lsx/issues"
|
|
|
},
|
|
|
- "homepage": "https://github.com/weseek/crowi-plugin-lsx#readme",
|
|
|
+ "homepage": "https://github.com/weseek/growi-plugin-lsx#readme",
|
|
|
"dependencies": {
|
|
|
- "crowi-pluginkit": "^1.1.0",
|
|
|
- "react": "^16.0.0",
|
|
|
- "react-dom": "^16.0.0",
|
|
|
+ "growi-pluginkit": "^1.1.0",
|
|
|
+ "react": "^16.2.0",
|
|
|
+ "react-dom": "^16.2.0",
|
|
|
"url": "^0.11.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"babel-cli": "^6.24.1",
|
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
|
- "babel-preset-env": "^1.4.0",
|
|
|
+ "babel-preset-env": "^1.6.0",
|
|
|
"babel-preset-power-assert": "^2.0.0",
|
|
|
"babel-preset-react": "^6.24.1",
|
|
|
"babel-register": "^6.23.0",
|
|
|
"mkdirp": "^0.5.1",
|
|
|
"ncp": "^2.0.0",
|
|
|
+ "mocha": "^5.0.4",
|
|
|
"power-assert": "^1.4.2",
|
|
|
"rimraf": "^2.6.1"
|
|
|
},
|