{ "name": "crowi", "version": "1.6.3", "description": "The simple & powerful Wiki", "tags": [ "wiki", "communication", "documentation", "collaboration" ], "author": "Sotaro KARASAWA ", "contributors": [ "Keisuke SATO (http://riaf.jp)", "Shinya Yamaoka ", "Norio Suzuki " ], "config": { "blanket": { "pattern": "./lib/**/*.js" } }, "repository": { "type": "git", "url": "https://github.com/crowi/crowi.git" }, "engines": { "node": "6.x", "npm": "4.x" }, "dependencies": { "@slack/client": "~3.13.0", "async": "~1.5.0", "aws-sdk": "~2.88.0", "axios": "~0.16.2", "babel-cli": "~6.24.1", "babel-core": "~6.25.0", "babel-loader": "~7.1.1", "babel-polyfill": "~6.23.0", "babel-preset-env": "~1.6.0", "babel-preset-react": "~6.24.1", "basic-auth-connect": "~1.0.0", "body-parser": "~1.17.2", "bootstrap-sass": "~3.3.6", "cli": "~0.6.0", "colors": "^1.1.2", "commander": "~2.9.0", "connect-flash": "~0.1.1", "connect-redis": "~3.3.0", "consolidate": "~0.14.0", "cookie-parser": "~1.4.3", "csrf": "~3.0.3", "debug": "~2.6.8", "del": "~3.0.0", "diff": "~3.3.0", "diff2html": "~2.3.0", "dotenv": "^4.0.0", "elasticsearch": "~13.2.0", "emojify.js": "^1.1.0", "errorhandler": "~1.5.0", "express": "~4.15.2", "express-form": "~0.12.0", "express-session": "~1.15.4", "font-awesome": "~4.7.0", "googleapis": "=12.3.0", "gulp": "~3.9.0", "gulp-concat": "~2.6.0", "gulp-cssmin": "~0.1.7", "gulp-jshint": "~1.12.0", "gulp-rename": "~1.2.2", "gulp-sass": "~3.1.0", "gulp-spawn-mocha": "~2.2.1", "gulp-uglify": "~1.4.2", "gulp-watch": "~4.3.5", "highlight.js": "~9.12.0", "i18next": "~8.4.3", "i18next-express-middleware": "~1.0.2", "i18next-node-fs-backend": "~1.0.0", "i18next-sprintf-postprocessor": "~0.2.2", "inline-attachment": "~2.0.3", "jquery": "~2.1.4", "jquery.cookie": "~1.4.1", "jshint-stylish": "~2.2.0", "kerberos": "0.0.23", "marked": "~0.3.5", "method-override": "~2.3.1", "mkdirp": "~0.5.1", "moment": "~2.18.1", "mongoose": "4.7.x", "mongoose-paginate": "5.0.x", "morgan": "~1.8.2", "multer": "~1.3.0", "nodemailer": "~2.7.0", "nodemailer-ses-transport": "~1.5.0", "plantuml-encoder": "~1.2.4", "react": "~15.5.0", "react-bootstrap": "~0.30.10", "react-dom": "~15.5.0", "redis": "~2.6.5", "reveal.js": "~3.2.0", "socket.io": "~2.0.3", "socket.io-client": "~2.0.3", "sprintf": "~0.1.5", "swig": "~1.4.0", "vinyl-source-stream": "~1.1.0", "webpack": "~2.2.0", "webpack-manifest-plugin": "~1.1.0", "webpack-stream": "~3.2.0" }, "devDependencies": { "chai": "~4.1.0", "mocha": "~3.4.2", "proxyquire": "~1.8.0", "sinon": "~2.3.8", "sinon-chai": "~2.12.0" }, "license": "MIT", "scripts": { "start": "node app.js", "test": "gulp test", "build": "gulp", "webpack": "webpack", "postinstall": "gulp" }, "env": { "NODE_ENV": "production" }, "bugs": { "url": "https://github.com/crowi/crowi/issues" } }