| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "name": "crowi",
- "version": "1.1.0",
- "description": "The simple & powerful Wiki",
- "tags": [
- "wiki"
- ],
- "author": "Sotaro KARASAWA <sotaro.k@gmail.com>",
- "contributors": [
- "Keisuke SATO <riaf@me.com> (http://riaf.jp)"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/crowi/crowi.git"
- },
- "engines": {
- "node": "0.10.x",
- "npm": "1.3.x"
- },
- "dependencies": {
- "async": "~0.9.0",
- "aws-sdk": "~2.0.0-rc.19",
- "bower": "~1.3.9",
- "cli": "~0.6.4",
- "connect-flash": "~0.1.1",
- "connect-redis": "^1.4.7",
- "consolidate": "=0.10.0",
- "debug": "^1.0.3",
- "express": "=3.4.4",
- "express-form": "~0.10.1",
- "facebook-node-sdk": "=0.1.10",
- "googleapis": "=0.4.7",
- "grunt": "~0.4.1",
- "grunt-cli": "~0.1.13",
- "grunt-contrib-concat": "~0.3.0",
- "grunt-contrib-jshint": "^0.10.0",
- "grunt-contrib-uglify": "~0.2.2",
- "grunt-contrib-watch": "~0.5.3",
- "grunt-sass": "~0.14.1",
- "jquery.cookie": "~1.4.1",
- "marked": "=0.2.9",
- "mongoose": "=3.8.14",
- "mongoose-paginate": "~3.1.0",
- "nodemailer": "~1.2.2",
- "nodemailer-ses-transport": "~1.1.0",
- "reveal.js": "~2.6.2",
- "socket.io": "~0.9.16",
- "socket.io-client": "~0.9.16",
- "swig": "=1.3.2",
- "time": "=0.10.0"
- },
- "devDependencies": {},
- "license": [
- {
- "type": "MIT",
- "url": "http://www.opensource.org/licenses/MIT"
- }
- ],
- "scripts": {
- "start": "node app.js",
- "postinstall": "./node_modules/bower/bin/bower cache clean && ./node_modules/bower/bin/bower install && ./node_modules/grunt-cli/bin/grunt"
- },
- "env": {
- "NODE_ENV": "production"
- },
- "bugs": {
- "url": "https://github.com/crowi/crowi/issues"
- }
- }
|