2016-08-17 00:56:55 +00:00
|
|
|
{
|
|
|
|
"name": "wiki",
|
2017-09-30 02:32:43 +00:00
|
|
|
"version": "2.0.0",
|
2016-08-17 00:56:55 +00:00
|
|
|
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
|
2017-07-21 21:40:26 +00:00
|
|
|
"main": "wiki.js",
|
2016-08-17 00:56:55 +00:00
|
|
|
"scripts": {
|
2017-02-14 07:17:25 +00:00
|
|
|
"start": "node wiki start",
|
2017-02-14 20:27:08 +00:00
|
|
|
"stop": "node wiki stop",
|
2017-05-13 21:03:32 +00:00
|
|
|
"restart": "node wiki restart",
|
2017-08-12 19:11:27 +00:00
|
|
|
"build": "node tools/fuse",
|
|
|
|
"dev": "node tools/fuse -d",
|
2017-10-30 01:36:05 +00:00
|
|
|
"test": "eslint --ext .js,.vue . && jest"
|
2016-08-17 00:56:55 +00:00
|
|
|
},
|
2017-02-19 21:13:51 +00:00
|
|
|
"bin": {
|
|
|
|
"wiki": "wiki.js"
|
|
|
|
},
|
2016-08-17 00:56:55 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Requarks/wiki.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"wiki",
|
|
|
|
"wikis",
|
|
|
|
"docs",
|
|
|
|
"documentation",
|
|
|
|
"markdown",
|
|
|
|
"guides"
|
|
|
|
],
|
|
|
|
"author": "Nicolas Giard",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Requarks/wiki/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Requarks/wiki#readme",
|
|
|
|
"engines": {
|
2017-10-28 18:17:14 +00:00
|
|
|
"node": ">=8.8.1"
|
2016-08-17 00:56:55 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-10-28 18:17:14 +00:00
|
|
|
"apollo-server-express": "1.2.0",
|
2017-08-07 01:14:20 +00:00
|
|
|
"auto-load": "3.0.0",
|
2017-11-13 04:48:19 +00:00
|
|
|
"axios": "0.17.1",
|
2017-08-07 01:14:20 +00:00
|
|
|
"bcryptjs-then": "1.0.1",
|
2017-10-07 01:35:02 +00:00
|
|
|
"bluebird": "3.5.1",
|
2017-09-30 02:32:43 +00:00
|
|
|
"body-parser": "1.18.2",
|
2017-10-28 18:17:14 +00:00
|
|
|
"bugsnag": "2.0.1",
|
2017-11-13 04:48:19 +00:00
|
|
|
"bull": "3.3.6",
|
2017-08-07 01:14:20 +00:00
|
|
|
"bunyan": "1.8.12",
|
|
|
|
"cheerio": "1.0.0-rc.2",
|
|
|
|
"child-process-promise": "2.2.1",
|
|
|
|
"chokidar": "1.7.0",
|
2017-09-30 02:32:43 +00:00
|
|
|
"compression": "1.7.1",
|
2017-08-07 01:14:20 +00:00
|
|
|
"connect-flash": "0.1.1",
|
2017-09-30 02:32:43 +00:00
|
|
|
"connect-redis": "3.3.2",
|
2017-08-07 01:14:20 +00:00
|
|
|
"cookie-parser": "1.4.3",
|
2017-10-28 18:17:14 +00:00
|
|
|
"diff2html": "2.3.2",
|
2017-09-25 03:22:33 +00:00
|
|
|
"dotize": "^0.2.0",
|
2017-08-07 01:14:20 +00:00
|
|
|
"execa": "0.8.0",
|
2017-10-28 18:17:14 +00:00
|
|
|
"express": "4.16.2",
|
2017-05-19 00:36:25 +00:00
|
|
|
"express-brute": "1.0.1",
|
2017-08-07 01:14:20 +00:00
|
|
|
"express-brute-redis": "0.0.1",
|
2017-09-30 02:32:43 +00:00
|
|
|
"express-session": "1.15.6",
|
2017-10-28 18:17:14 +00:00
|
|
|
"file-type": "7.2.0",
|
2017-08-07 01:14:20 +00:00
|
|
|
"filesize.js": "1.0.2",
|
2017-10-07 01:35:02 +00:00
|
|
|
"follow-redirects": "1.2.5",
|
2017-09-30 02:32:43 +00:00
|
|
|
"fs-extra": "4.0.2",
|
2017-08-07 01:14:20 +00:00
|
|
|
"git-wrapper2-promise": "0.2.9",
|
2017-10-28 18:17:14 +00:00
|
|
|
"graphql": "0.11.7",
|
2017-11-13 04:48:19 +00:00
|
|
|
"graphql-tools": "2.7.2",
|
2017-08-07 01:14:20 +00:00
|
|
|
"highlight.js": "9.12.0",
|
2017-11-13 04:48:19 +00:00
|
|
|
"i18next": "10.0.7",
|
2017-10-07 01:35:02 +00:00
|
|
|
"i18next-express-middleware": "1.0.7",
|
|
|
|
"i18next-localstorage-cache": "1.1.1",
|
2017-08-07 01:14:20 +00:00
|
|
|
"i18next-node-fs-backend": "1.0.0",
|
|
|
|
"image-size": "0.6.1",
|
2017-10-28 18:17:14 +00:00
|
|
|
"ioredis": "3.2.1",
|
2017-08-07 01:14:20 +00:00
|
|
|
"jimp": "0.2.28",
|
2017-09-30 02:32:43 +00:00
|
|
|
"js-yaml": "3.10.0",
|
2017-10-28 18:17:14 +00:00
|
|
|
"jsonwebtoken": "8.1.0",
|
2017-08-19 01:21:29 +00:00
|
|
|
"klaw": "2.1.0",
|
2017-08-07 01:14:20 +00:00
|
|
|
"lodash": "4.17.4",
|
2017-09-04 17:03:15 +00:00
|
|
|
"markdown-it": "8.4.0",
|
2017-08-07 01:14:20 +00:00
|
|
|
"markdown-it-abbr": "1.0.4",
|
|
|
|
"markdown-it-anchor": "4.0.0",
|
2017-09-30 02:32:43 +00:00
|
|
|
"markdown-it-attrs": "1.2.0",
|
2017-08-07 01:14:20 +00:00
|
|
|
"markdown-it-emoji": "1.4.0",
|
|
|
|
"markdown-it-expand-tabs": "1.0.12",
|
2016-10-15 03:31:15 +00:00
|
|
|
"markdown-it-external-links": "0.0.6",
|
2017-08-07 01:14:20 +00:00
|
|
|
"markdown-it-footnote": "3.0.1",
|
|
|
|
"markdown-it-mathjax": "2.0.0",
|
2017-10-28 18:17:14 +00:00
|
|
|
"markdown-it-task-lists": "2.1.0",
|
2017-09-30 02:32:43 +00:00
|
|
|
"mathjax-node": "1.2.1",
|
2017-09-04 17:03:15 +00:00
|
|
|
"mime-types": "2.1.17",
|
2017-11-13 04:48:19 +00:00
|
|
|
"moment": "2.19.2",
|
|
|
|
"moment-timezone": "0.5.14",
|
2017-10-28 18:17:14 +00:00
|
|
|
"mongodb": "2.2.33",
|
2017-08-07 01:14:20 +00:00
|
|
|
"multer": "1.3.0",
|
|
|
|
"node-2fa": "1.1.2",
|
|
|
|
"node-graceful": "0.2.3",
|
|
|
|
"ora": "1.3.0",
|
2017-08-19 01:21:29 +00:00
|
|
|
"passport": "0.4.0",
|
2017-04-10 01:13:53 +00:00
|
|
|
"passport-azure-ad-oauth2": "0.0.4",
|
2017-08-07 01:14:20 +00:00
|
|
|
"passport-facebook": "2.1.1",
|
2017-09-30 02:32:43 +00:00
|
|
|
"passport-github2": "0.1.11",
|
2017-08-07 01:14:20 +00:00
|
|
|
"passport-google-oauth20": "1.0.0",
|
|
|
|
"passport-ldapauth": "2.0.0",
|
|
|
|
"passport-local": "1.0.0",
|
2017-04-02 23:56:47 +00:00
|
|
|
"passport-slack": "0.0.7",
|
2017-08-07 01:14:20 +00:00
|
|
|
"passport-windowslive": "1.0.2",
|
2017-11-13 04:48:19 +00:00
|
|
|
"pg": "7.4.0",
|
2017-08-07 01:14:20 +00:00
|
|
|
"pg-hstore": "2.3.2",
|
2017-11-13 04:48:19 +00:00
|
|
|
"pg-promise": "7.3.1",
|
2017-10-28 18:17:14 +00:00
|
|
|
"pm2": "2.7.2",
|
2017-09-10 05:41:22 +00:00
|
|
|
"pug": "2.0.0-rc.4",
|
2017-10-08 02:44:35 +00:00
|
|
|
"qr-image": "3.2.0",
|
2017-08-07 01:14:20 +00:00
|
|
|
"read-chunk": "2.1.0",
|
2017-08-19 01:21:29 +00:00
|
|
|
"remove-markdown": "0.2.2",
|
2017-09-30 02:32:43 +00:00
|
|
|
"request": "2.83.0",
|
2017-08-07 01:14:20 +00:00
|
|
|
"semver": "5.4.1",
|
2017-11-13 04:48:19 +00:00
|
|
|
"sequelize": "4.22.6",
|
2017-09-30 02:32:43 +00:00
|
|
|
"serve-favicon": "2.4.5",
|
2017-08-07 01:14:20 +00:00
|
|
|
"simplemde": "1.11.2",
|
|
|
|
"stream-to-promise": "2.2.0",
|
2017-10-28 18:17:14 +00:00
|
|
|
"tar": "4.0.2",
|
2017-08-07 01:14:20 +00:00
|
|
|
"through2": "2.0.3",
|
2017-10-22 17:30:16 +00:00
|
|
|
"uuid": "3.1.0",
|
2017-10-28 18:17:14 +00:00
|
|
|
"validator": "9.1.1",
|
2017-08-07 01:14:20 +00:00
|
|
|
"validator-as-promised": "1.0.2",
|
2017-10-07 01:35:02 +00:00
|
|
|
"winston": "2.4.0",
|
2017-10-28 18:17:14 +00:00
|
|
|
"yargs": "10.0.3"
|
2016-08-17 00:56:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-07 01:14:20 +00:00
|
|
|
"@glimpse/glimpse": "0.22.15",
|
2017-11-13 04:48:19 +00:00
|
|
|
"@panter/vue-i18next": "0.8.1",
|
|
|
|
"apollo-client-preset": "1.0.2",
|
2017-10-28 18:17:14 +00:00
|
|
|
"autoprefixer": "7.1.6",
|
2017-08-19 01:21:29 +00:00
|
|
|
"babel-cli": "6.26.0",
|
2017-10-08 02:44:35 +00:00
|
|
|
"babel-core": "6.26.0",
|
2017-09-30 02:32:43 +00:00
|
|
|
"babel-jest": "21.2.0",
|
2017-10-28 18:17:14 +00:00
|
|
|
"babel-preset-env": "1.6.1",
|
2017-08-07 01:14:20 +00:00
|
|
|
"babel-preset-es2015": "6.24.1",
|
2017-10-07 01:35:02 +00:00
|
|
|
"babel-preset-stage-2": "6.24.1",
|
2017-08-07 01:14:20 +00:00
|
|
|
"brace": "0.10.0",
|
|
|
|
"colors": "1.1.2",
|
2017-11-13 04:48:19 +00:00
|
|
|
"consolidate": "0.15.0",
|
|
|
|
"eslint": "4.11.0",
|
2017-10-07 01:35:02 +00:00
|
|
|
"eslint-config-requarks": "1.0.7",
|
2017-08-07 01:14:20 +00:00
|
|
|
"eslint-config-standard": "10.2.1",
|
2017-10-28 18:17:14 +00:00
|
|
|
"eslint-plugin-import": "2.8.0",
|
|
|
|
"eslint-plugin-node": "5.2.1",
|
|
|
|
"eslint-plugin-promise": "3.6.0",
|
2017-08-07 01:14:20 +00:00
|
|
|
"eslint-plugin-standard": "3.0.1",
|
2017-10-30 01:36:05 +00:00
|
|
|
"eslint-plugin-vue": "3.13.1",
|
2017-11-13 04:48:19 +00:00
|
|
|
"fuse-box": "2.5.0-beta.1",
|
2017-10-28 18:17:14 +00:00
|
|
|
"graphql-tag": "^2.5.0",
|
2017-11-13 04:48:19 +00:00
|
|
|
"i18next-xhr-backend": "1.5.0",
|
2017-09-30 02:32:43 +00:00
|
|
|
"jest": "21.2.1",
|
2017-10-22 17:35:09 +00:00
|
|
|
"jest-junit": "3.1.0",
|
2017-10-28 18:17:14 +00:00
|
|
|
"js-cookie": "2.2.0",
|
2017-11-13 04:48:19 +00:00
|
|
|
"node-sass": "4.6.1",
|
2017-09-30 02:32:43 +00:00
|
|
|
"nodemon": "1.12.1",
|
2017-11-13 04:48:19 +00:00
|
|
|
"postcss-selector-parser": "3.1.1",
|
2017-09-04 17:03:15 +00:00
|
|
|
"pug-lint": "2.5.0",
|
2017-08-07 01:14:20 +00:00
|
|
|
"twemoji-awesome": "1.0.6",
|
2017-11-13 04:48:19 +00:00
|
|
|
"typescript": "2.6.1",
|
|
|
|
"uglify-es": "3.1.9",
|
|
|
|
"vee-validate": "2.0.0-rc.21",
|
|
|
|
"vue": "2.5.3",
|
2017-08-07 01:14:20 +00:00
|
|
|
"vue-clipboards": "1.1.0",
|
2017-11-13 04:48:19 +00:00
|
|
|
"vue-hot-reload-api": "2.2.3",
|
2017-09-30 02:32:43 +00:00
|
|
|
"vue-lodash": "1.0.4",
|
2017-10-28 18:17:14 +00:00
|
|
|
"vue-material": "^0.8.1",
|
2017-08-07 01:14:20 +00:00
|
|
|
"vue-resource": "1.3.4",
|
2017-10-28 18:17:14 +00:00
|
|
|
"vue-simple-breakpoints": "1.0.3",
|
2017-11-13 04:48:19 +00:00
|
|
|
"vue-template-compiler": "2.5.3",
|
2017-10-28 18:17:14 +00:00
|
|
|
"vue-template-es2015-compiler": "1.6.0",
|
2017-11-13 04:48:19 +00:00
|
|
|
"vuex": "3.0.1",
|
|
|
|
"vuex-persistedstate": "2.3.2"
|
2017-02-09 01:52:37 +00:00
|
|
|
},
|
2017-03-27 02:07:40 +00:00
|
|
|
"jest": {
|
2017-10-15 03:56:51 +00:00
|
|
|
"testResultsProcessor": "./node_modules/jest-junit",
|
2017-03-27 02:07:40 +00:00
|
|
|
"collectCoverage": false,
|
|
|
|
"testMatch": [
|
|
|
|
"**/test/**/*.js?(x)",
|
|
|
|
"**/?(*.)(spec|test).js?(x)"
|
|
|
|
],
|
|
|
|
"verbose": true
|
2017-09-27 15:22:22 +00:00
|
|
|
},
|
2017-10-15 03:56:51 +00:00
|
|
|
"jest-junit": {
|
|
|
|
"suiteName": "jest test",
|
|
|
|
"output": "./test-results/junit.xml",
|
|
|
|
"classNameTemplate": "{classname}-{title}",
|
|
|
|
"titleTemplate": "{classname}-{title}"
|
|
|
|
},
|
2017-09-27 15:22:22 +00:00
|
|
|
"collective": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/wikijs",
|
|
|
|
"logo": "https://opencollective.com/opencollective/logo.txt"
|
2017-07-09 00:35:53 +00:00
|
|
|
}
|
2017-06-10 02:35:54 +00:00
|
|
|
}
|