| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "crowi-plugin-lsx",
- "version": "1.0.2",
- "description": "The Crowi Plugin to add lsx tag",
- "keywords": [
- "crowi-plus",
- "crowi-plugin"
- ],
- "main": "lib/index.js",
- "files": [
- "lib"
- ],
- "scripts": {
- "build": "babel src --out-dir lib --source-maps inline",
- "clean": "npm cache clean && npm run rimraf -- lib",
- "postbuild": "ncp src/resource/css lib/resource/css",
- "prebuild": "npm run clean",
- "watch": "babel src --out-dir lib --watch --source-maps inline",
- "rimraf": "rimraf",
- "test": ""
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/weseek/crowi-plugin-lsx.git"
- },
- "author": "Yuki Takei <yuki@weseek.co.jp>",
- "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.0.3",
- "react": "^15.4.2",
- "react-dom": "^15.4.2",
- "urlgrey": "^0.4.4"
- },
- "devDependencies": {
- "babel-cli": "^6.23.0",
- "babel-plugin-add-module-exports": "^0.2.1",
- "babel-plugin-transform-class-properties": "^6.23.0",
- "babel-preset-es2015": "^6.22.0",
- "babel-preset-power-assert": "^1.0.0",
- "babel-preset-react": "^6.23.0",
- "babel-register": "^6.23.0",
- "ncp": "^2.0.0",
- "power-assert": "^1.4.2",
- "rimraf": "^2.6.1"
- }
- }
|