{ "name": "crowi-plugin-lsx", "version": "1.3.4", "description": "The Crowi Plugin to add lsx tag", "keywords": [ "crowi-plus", "crowi-plugin" ], "main": "lib/index.js", "files": [ "lib" ], "scripts": { "build:watch": "npm run build -- --watch", "build": "babel src --out-dir lib --source-maps inline", "clean": "npm cache clean && npm run rimraf -- lib", "resources": "mkdirp lib/resource/css && ncp src/resource/css lib/resource/css", "prebuild:watch": "npm run clean && npm run resources", "prebuild": "npm run clean && npm run resources", "rimraf": "rimraf", "test": "" }, "repository": "https://github.com/weseek/crowi-plugin-lsx.git", "author": "Yuki Takei ", "license": "MIT", "bugs": { "url": "https://github.com/weseek/crowi-plugin-lsx/issues" }, "homepage": "https://github.com/weseek/crowi-plugin-lsx#readme", "dependencies": { "crowi-pluginkit": "^1.1.0", "react": "^15.6.1", "react-dom": "^15.6.1", "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-power-assert": "^1.0.0", "babel-preset-react": "^6.24.1", "babel-register": "^6.23.0", "mkdirp": "^0.5.1", "ncp": "^2.0.0", "power-assert": "^1.4.2", "rimraf": "^2.6.1" } }