Merge pull request #172 from Requarks/dev
1.0.1 Release
Showing
| { | ||
| "name": "wiki", | ||
| "version": "1.0.0-beta.13", | ||
| "version": "1.0.1", | ||
| "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown", | ||
| "main": "server.js", | ||
| "main": "wiki.js", | ||
| "scripts": { | ||
| "start": "node wiki start", | ||
| "stop": "node wiki stop", | ||
| ... | ... | @@ -37,7 +37,7 @@ |
| "node": ">=4.6" | ||
| }, | ||
| "dependencies": { | ||
| "auto-load": "~2.1.0", | ||
| "auto-load": "~3.0.0", | ||
| "axios": "~0.16.2", | ||
| "bcryptjs-then": "~1.0.1", | ||
| "bluebird": "~3.5.0", | ||
| ... | ... | @@ -46,7 +46,7 @@ |
| "cheerio": "~1.0.0-rc.2", | ||
| "child-process-promise": "~2.2.1", | ||
| "chokidar": "~1.7.0", | ||
| "compression": "~1.6.2", | ||
| "compression": "~1.7.0", | ||
| "connect-flash": "~0.1.1", | ||
| "connect-mongo": "~1.3.2", | ||
| "cookie-parser": "~1.4.3", | ||
| ... | ... | @@ -60,7 +60,7 @@ |
| "file-type": "~5.2.0", | ||
| "filesize.js": "~1.0.2", | ||
| "follow-redirects": "~1.2.4", | ||
| "fs-extra": "~3.0.1", | ||
| "fs-extra": "~4.0.0", | ||
| "git-wrapper2-promise": "~0.2.9", | ||
| "highlight.js": "~9.12.0", | ||
| "i18next": "~8.4.3", | ||
| ... | ... | @@ -89,7 +89,7 @@ |
| "moment": "~2.18.1", | ||
| "moment-timezone": "~0.5.13", | ||
| "mongodb": "~2.2.30", | ||
| "mongoose": "^4.11.1", | ||
| "mongoose": "~4.11.1", | ||
| "multer": "~1.3.0", | ||
| "node-2fa": "~1.1.2", | ||
| "node-graceful": "~0.2.3", | ||
| ... | ... | @@ -104,13 +104,13 @@ |
| "passport-slack": "0.0.7", | ||
| "passport-windowslive": "~1.0.2", | ||
| "passport.socketio": "~3.7.0", | ||
| "pm2": "~2.5.0", | ||
| "pm2": "~2.6.1", | ||
| "pug": "~2.0.0-rc.2", | ||
| "read-chunk": "~2.0.0", | ||
| "remove-markdown": "~0.2.0", | ||
| "request": "~2.81.0", | ||
| "search-index-adder": "~0.3.9", | ||
| "search-index-searcher": "~0.2.8", | ||
| "search-index-searcher": "~0.2.10", | ||
| "semver": "~5.3.0", | ||
| "serve-favicon": "~2.4.3", | ||
| "simplemde": "~1.11.2", | ||
| ... | ... | @@ -125,21 +125,22 @@ |
| "yargs": "~8.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@glimpse/glimpse": "~0.21.5", | ||
| "@glimpse/glimpse": "~0.22.13", | ||
| "@panter/vue-i18next": "~0.5.0", | ||
| "babel-cli": "~6.24.1", | ||
| "babel-jest": "~20.0.3", | ||
| "babel-plugin-transform-object-assign": "~6.22.0", | ||
| "babel-preset-es2015": "~6.24.1", | ||
| "brace": "~0.10.0", | ||
| "colors": "~1.1.2", | ||
| "consolidate": "~0.14.5", | ||
| "eslint": "~4.1.1", | ||
| "eslint": "~4.3.0", | ||
| "eslint-config-standard": "~10.2.1", | ||
| "eslint-plugin-import": "~2.7.0", | ||
| "eslint-plugin-node": "~5.1.0", | ||
| "eslint-plugin-promise": "~3.5.0", | ||
| "eslint-plugin-standard": "~3.0.1", | ||
| "fuse-box": "~2.2.0", | ||
| "fuse-box": "~2.2.1", | ||
| "i18next-xhr-backend": "~1.4.2", | ||
| "jest": "~20.0.4", | ||
| "jquery": "~3.2.1", | ||
| ... | ... | @@ -156,11 +157,11 @@ |
| "typescript": "~2.4.1", | ||
| "uglify-es": "~3.0.24", | ||
| "vee-validate": "~2.0.0-rc.6", | ||
| "vue": "~2.3.4", | ||
| "vue": "~2.4.2", | ||
| "vue-clipboards": "~1.0.2", | ||
| "vue-lodash": "~1.0.3", | ||
| "vue-resource": "~1.3.4", | ||
| "vue-template-compiler": "~2.3.4", | ||
| "vue-template-compiler": "~2.4.2", | ||
| "vue-template-es2015-compiler": "~1.5.3", | ||
| "vuex": "~2.3.1" | ||
| }, | ||
| ... | ... |
This diff was suppressed by a .gitattributes entry.
Please
register
or
sign in
to comment