{ "name": "crowi", "version": "1.6.0", "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": { "async": "~1.5.0", "aws-sdk": "~2.2.26", "axios": "0.15.x", "babel-core": "~6.7.6", "babel-loader": "~6.3.0", "babel-preset-es2015": "~6.22.0", "babel-preset-react": "~6.23.0", "basic-auth-connect": "~1.0.0", "body-parser": "~1.14.1", "bootstrap-sass": "~3.3.6", "botkit": "~0.1.1", "cli": "~0.6.0", "colors": "^1.1.2", "commander": "~2.9.0", "connect-flash": "~0.1.1", "connect-redis": "~2.1.0", "consolidate": "~0.14.0", "cookie-parser": "~1.3.4", "csrf": "~3.0.3", "debug": "~2.2.0", "del": "~2.2.0", "diff": "~3.2.0", "diff2html": "~2.0.12", "elasticsearch": "^12.1.3", "emojify.js": "^1.1.0", "errorhandler": "~1.3.4", "express": "~4.14.0", "express-form": "~0.12.0", "express-session": "~1.14.0", "googleapis": "=12.3.0", "graceful-fs": "^4.1.11", "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.9.0", "i18next": "~4.1.0", "i18next-express-middleware": "~1.0.2", "i18next-node-fs-backend": "~0.1.3", "i18next-sprintf-postprocessor": "~0.2.2", "inline-attachment": "git+https://github.com/Rovak/InlineAttachment.git#2.0.3", "jquery": "~2.1.4", "jquery.cookie": "~1.4.1", "jshint-stylish": "~2.1.0", "kerberos": "0.0.22", "marked": "~0.3.5", "method-override": "~2.3.1", "mkdirp": "~0.5.1", "moment": "~2.13.0", "mongoose": "4.7.x", "mongoose-paginate": "5.0.x", "morgan": "~1.7.0", "multer": "~1.2.1", "nodemailer": "~2.7.0", "nodemailer-ses-transport": "~1.5.0", "react": "~15.0.1", "react-dom": "~15.0.1", "redis": "~2.6.5", "reveal.js": "~3.2.0", "socket.io": "~1.3.0", "socket.io-client": "~1.7.0", "sprintf": "~0.1.5", "supervisor": "^0.12.0", "swig": "~1.4.0", "vinyl-source-stream": "~1.1.0" }, "devDependencies": { "assets-webpack-plugin": "^3.5.1", "chai": "~1.10.0", "concurrently": "^3.4.0", "copy-webpack-plugin": "^4.0.0", "css-loader": "^0.27.1", "easy-livereload": "^1.2.0", "express-webpack-assets": "0.0.2", "mocha": "~2.2.0", "node-dev": "^3.1.3", "optimize-js-plugin": "0.0.4", "proxyquire": "~1.4.0", "reload": "^1.1.1", "rimraf": "^2.6.1", "sass-loader": "^6.0.3", "sinon": "~1.14.0", "sinon-chai": "~2.7.0", "slash": "^1.0.0", "style-loader": "^0.13.2", "to-string-loader": "^1.1.5", "webpack": "2.2.0", "webpack-dev-server": "2.4.1", "webpack-dll-bundles-plugin": "^1.0.0-beta.5", "webpack-merge": "~3.0.0" }, "license": "MIT", "scripts": { "build:dev:watch": "npm run build:dev -- --watch", "build:dev": "npm run clean:public && webpack --config config/webpack.dev.js --progress --profile", "build:prod": "npm run clean:public && webpack --config config/webpack.prod.js --progress --profile --bail", "build": "npm run build:dev", "clean:public": "npm run rimraf -- public/js", "clean:dll": "npm run rimraf -- dll", "clean": "npm cache clean && npm run rimraf -- public/js dll", "prestart": "npm run build:prod", "rimraf": "rimraf", "server:watch": "node-dev app.js", "server:prod": "node app.js --production", "server": "node app.js", "start": "npm run server:prod", "test": "", "webpack": "webpack" }, "bugs": { "url": "https://github.com/crowi/crowi/issues" } }