| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "name": "crowi",
- "version": "1.3.1",
- "description": "The simple & powerful Wiki",
- "tags": [
- "wiki",
- "communication",
- "documentation",
- "collaboration"
- ],
- "author": "Sotaro KARASAWA <sotaro.k@gmail.com>",
- "contributors": [
- "Keisuke SATO <riaf@me.com> (http://riaf.jp)",
- "Shinya Yamaoka <contact@mail.libmacro.com>",
- "Norio Suzuki <norio.suzuki@gmail.com>"
- ],
- "config": {
- "blanket": {
- "pattern": "./lib/**/*.js"
- }
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/crowi/crowi.git"
- },
- "engines": {
- "node": "4.2.x",
- "npm": "3.3.x"
- },
- "dependencies": {
- "async": "~1.5.0",
- "aws-sdk": "~2.2.26",
- "basic-auth-connect": "~1.0.0",
- "bluebird": "~3.0.5",
- "body-parser": "~1.14.1",
- "bower": "~1.7.1",
- "cli": "~0.6.0",
- "connect-flash": "~0.1.1",
- "connect-redis": "~2.1.0",
- "consolidate": "~0.11.0",
- "cookie-parser": "~1.3.4",
- "debug": "~2.2.0",
- "errorhandler": "~1.3.4",
- "express": "~4.13.3",
- "express-form": "~0.12.0",
- "express-session": "~1.12.0",
- "facebook-node-sdk": "=0.1.10",
- "googleapis": "=0.4.7",
- "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": "~2.1.0",
- "gulp-spawn-mocha": "~2.2.1",
- "gulp-uglify": "~1.4.2",
- "gulp-watch": "~4.3.5",
- "jshint-stylish": "~2.1.0",
- "kerberos": "0.0.17",
- "method-override": "~2.3.1",
- "mongoose": "4.2.5",
- "mongoose-paginate": "4.2.0",
- "morgan": "~1.5.1",
- "multer": "~0.1.8",
- "nodemailer": "~1.2.2",
- "nodemailer-ses-transport": "~1.1.0",
- "redis": "~0.12.1",
- "socket.io": "~1.3.0",
- "socket.io-client": "~1.3.0",
- "swig": "~1.4.0",
- "time": "~0.11.0"
- },
- "devDependencies": {
- "chai": "~1.10.0",
- "mocha": "~2.2.0",
- "proxyquire": "~1.4.0",
- "sinon": "~1.14.0",
- "sinon-chai": "~2.7.0"
- },
- "license": "MIT",
- "scripts": {
- "start": "node app.js",
- "test": "gulp test",
- "postinstall": "bower cache clean && bower install && gulp"
- },
- "env": {
- "NODE_ENV": "production"
- },
- "bugs": {
- "url": "https://github.com/crowi/crowi/issues"
- }
- }
|