Yuki Takei 8 лет назад
Родитель
Сommit
ebd4b6e097
1 измененных файлов с 12 добавлено и 11 удалено
  1. 12 11
      packages/growi-plugin-lsx/package.json

+ 12 - 11
packages/growi-plugin-lsx/package.json

@@ -1,10 +1,10 @@
 {
 {
-  "name": "crowi-plugin-lsx",
+  "name": "growi-plugin-lsx",
   "version": "1.3.9",
   "version": "1.3.9",
-  "description": "The Crowi Plugin to add lsx tag",
+  "description": "GROWI plugin to add lsx tag",
   "keywords": [
   "keywords": [
-    "crowi-plus",
-    "crowi-plugin"
+    "growi",
+    "growi-plugin"
   ],
   ],
   "main": "lib/index.js",
   "main": "lib/index.js",
   "files": [
   "files": [
@@ -20,29 +20,30 @@
     "rimraf": "rimraf",
     "rimraf": "rimraf",
     "test": ""
     "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>",
   "author": "Yuki Takei <yuki@weseek.co.jp>",
   "license": "MIT",
   "license": "MIT",
   "bugs": {
   "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": {
   "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"
     "url": "^0.11.0"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "babel-cli": "^6.24.1",
     "babel-cli": "^6.24.1",
     "babel-plugin-add-module-exports": "^0.2.1",
     "babel-plugin-add-module-exports": "^0.2.1",
     "babel-plugin-transform-class-properties": "^6.24.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-power-assert": "^2.0.0",
     "babel-preset-react": "^6.24.1",
     "babel-preset-react": "^6.24.1",
     "babel-register": "^6.23.0",
     "babel-register": "^6.23.0",
     "mkdirp": "^0.5.1",
     "mkdirp": "^0.5.1",
     "ncp": "^2.0.0",
     "ncp": "^2.0.0",
+    "mocha": "^5.0.4",
     "power-assert": "^1.4.2",
     "power-assert": "^1.4.2",
     "rimraf": "^2.6.1"
     "rimraf": "^2.6.1"
   },
   },