| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "name": "crowi",
- "version": "1.1.3",
- "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)"
- ],
- "config": {
- "blanket": {
- "pattern": "./lib/**/*.js"
- }
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/crowi/crowi.git"
- },
- "engines": {
- "node": "0.10.x",
- "npm": "2.4.x"
- },
- "dependencies": {
- "async": "~0.9.0",
- "aws-sdk": "~2.0.0-rc.19",
- "basic-auth-connect": "~1.0.0",
- "bluebird": "^2.9.12",
- "body-parser": "~1.12.0",
- "bower": "~1.4.0",
- "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.1.0",
- "errorhandler": "~1.3.4",
- "express": "~4.12.0",
- "express-form": "~0.12.0",
- "express-session": "~1.10.0",
- "facebook-node-sdk": "=0.1.10",
- "googleapis": "=0.4.7",
- "gulp": "~3.8.11",
- "gulp-concat": "^2.5.2",
- "gulp-cssmin": "^0.1.7",
- "gulp-jshint": "~1.10.0",
- "gulp-rename": "^1.2.2",
- "gulp-sass": "~2.0.4",
- "gulp-spawn-mocha": "^2.2.1",
- "gulp-uglify": "~1.2.0",
- "gulp-watch": "~4.2.4",
- "jshint-stylish": "^2.0.0",
- "method-override": "~2.3.1",
- "mongoose": "~3.8.0",
- "mongoose-paginate": "~3.1.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": [
- {
- "type": "MIT",
- "url": "http://www.opensource.org/licenses/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"
- }
- }
|