2016-08-17 00:56:55 +00:00
|
|
|
{
|
|
|
|
"name": "wiki",
|
2017-04-24 00:45:27 +00:00
|
|
|
"version": "1.0.0-beta.11",
|
2016-08-17 00:56:55 +00:00
|
|
|
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
|
|
|
|
"main": "server.js",
|
|
|
|
"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-03-27 02:07:40 +00:00
|
|
|
"build": "node fuse",
|
|
|
|
"dev": "node fuse -d",
|
2017-03-29 00:19:01 +00:00
|
|
|
"dev-configure": "node fuse -c",
|
2017-03-27 02:07:40 +00:00
|
|
|
"test": "jest",
|
2016-09-09 02:19:32 +00:00
|
|
|
"snyk-protect": "snyk protect",
|
2017-04-04 01:40:01 +00:00
|
|
|
"__prepublish": "npm run snyk-protect"
|
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": {
|
2016-10-15 03:31:15 +00:00
|
|
|
"node": ">=4.6"
|
2016-08-17 00:56:55 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"auto-load": "^2.1.0",
|
2017-04-08 20:38:28 +00:00
|
|
|
"axios": "^0.16.1",
|
2016-08-17 03:56:08 +00:00
|
|
|
"bcryptjs-then": "^1.0.1",
|
2017-04-15 17:15:23 +00:00
|
|
|
"bluebird": "^3.5.0",
|
2017-03-09 03:06:05 +00:00
|
|
|
"body-parser": "^1.17.1",
|
2017-04-15 17:15:23 +00:00
|
|
|
"bunyan": "^1.8.10",
|
2016-08-24 01:09:09 +00:00
|
|
|
"cheerio": "^0.22.0",
|
2017-04-01 21:07:01 +00:00
|
|
|
"child-process-promise": "^2.2.1",
|
2017-04-15 17:15:23 +00:00
|
|
|
"chokidar": "^1.6.1",
|
2016-08-17 00:56:55 +00:00
|
|
|
"compression": "^1.6.2",
|
|
|
|
"connect-flash": "^0.1.1",
|
2016-10-15 03:31:15 +00:00
|
|
|
"connect-mongo": "^1.3.2",
|
2016-08-17 00:56:55 +00:00
|
|
|
"cookie-parser": "^1.4.3",
|
2016-12-22 01:38:12 +00:00
|
|
|
"cron": "^1.2.1",
|
2017-03-25 21:03:09 +00:00
|
|
|
"execa": "^0.6.3",
|
2017-03-09 03:06:05 +00:00
|
|
|
"express": "^4.15.2",
|
2017-04-15 17:15:23 +00:00
|
|
|
"express-brute": "^1.0.1",
|
2017-04-08 20:38:28 +00:00
|
|
|
"express-brute-mongoose": "0.0.8",
|
2017-04-01 21:07:01 +00:00
|
|
|
"express-session": "^1.15.2",
|
2017-04-22 04:04:10 +00:00
|
|
|
"file-type": "^4.2.0",
|
2016-10-03 04:12:29 +00:00
|
|
|
"filesize.js": "^1.0.2",
|
2017-03-25 21:03:09 +00:00
|
|
|
"follow-redirects": "^1.2.3",
|
2017-04-28 21:58:38 +00:00
|
|
|
"fs-extra": "^3.0.0",
|
2016-08-27 05:04:08 +00:00
|
|
|
"git-wrapper2-promise": "^0.2.9",
|
2017-04-22 04:04:10 +00:00
|
|
|
"highlight.js": "^9.11.0",
|
2017-04-29 16:39:18 +00:00
|
|
|
"i18next": "^8.1.0",
|
|
|
|
"i18next-express-middleware": "^1.0.5",
|
2016-11-23 03:06:59 +00:00
|
|
|
"i18next-node-fs-backend": "^0.1.3",
|
2017-03-04 16:23:34 +00:00
|
|
|
"image-size": "^0.5.1",
|
2017-04-19 21:33:53 +00:00
|
|
|
"jimp": "https://github.com/ngpixel/jimp.git",
|
2017-04-08 20:38:28 +00:00
|
|
|
"js-yaml": "^3.8.3",
|
2017-04-29 16:39:18 +00:00
|
|
|
"jsonwebtoken": "^7.4.0",
|
2017-01-31 00:43:37 +00:00
|
|
|
"klaw": "^1.3.1",
|
2017-03-04 16:23:34 +00:00
|
|
|
"levelup": "^1.3.5",
|
2017-04-15 17:15:23 +00:00
|
|
|
"lodash": "^4.17.4",
|
|
|
|
"markdown-it": "^8.3.1",
|
2016-09-01 02:47:51 +00:00
|
|
|
"markdown-it-abbr": "^1.0.4",
|
2017-03-04 16:23:34 +00:00
|
|
|
"markdown-it-anchor": "^4.0.0",
|
2016-10-16 23:09:43 +00:00
|
|
|
"markdown-it-attrs": "^0.8.0",
|
2016-10-15 03:31:15 +00:00
|
|
|
"markdown-it-emoji": "^1.3.0",
|
2016-08-20 21:20:53 +00:00
|
|
|
"markdown-it-expand-tabs": "^1.0.11",
|
2016-10-15 03:31:15 +00:00
|
|
|
"markdown-it-external-links": "0.0.6",
|
2016-08-20 21:20:53 +00:00
|
|
|
"markdown-it-footnote": "^3.0.1",
|
2017-04-14 18:15:11 +00:00
|
|
|
"markdown-it-mathjax": "^2.0.0",
|
2017-04-01 21:07:01 +00:00
|
|
|
"markdown-it-task-lists": "^2.0.0",
|
2017-03-04 16:23:34 +00:00
|
|
|
"memdown": "^1.2.4",
|
2017-03-25 21:03:09 +00:00
|
|
|
"mime-types": "^2.1.15",
|
|
|
|
"moment": "^2.18.1",
|
2017-04-08 20:38:28 +00:00
|
|
|
"moment-timezone": "^0.5.13",
|
2017-04-22 04:04:10 +00:00
|
|
|
"mongodb": "^2.2.26",
|
2017-04-29 16:39:18 +00:00
|
|
|
"mongoose": "^4.9.6",
|
2017-04-15 17:15:23 +00:00
|
|
|
"multer": "^1.3.0",
|
2017-03-25 21:03:09 +00:00
|
|
|
"ora": "^1.2.0",
|
2016-08-17 00:56:55 +00:00
|
|
|
"passport": "^0.3.2",
|
2017-04-10 01:13:53 +00:00
|
|
|
"passport-azure-ad-oauth2": "0.0.4",
|
2017-04-02 23:56:47 +00:00
|
|
|
"passport-facebook": "^2.1.1",
|
|
|
|
"passport-github2": "^0.1.10",
|
|
|
|
"passport-google-oauth20": "^1.0.0",
|
|
|
|
"passport-ldapauth": "^1.0.0",
|
2016-08-17 00:56:55 +00:00
|
|
|
"passport-local": "^1.0.0",
|
2017-04-02 23:56:47 +00:00
|
|
|
"passport-slack": "0.0.7",
|
|
|
|
"passport-windowslive": "^1.0.2",
|
2016-11-01 02:44:00 +00:00
|
|
|
"passport.socketio": "^3.7.0",
|
2017-04-29 16:39:18 +00:00
|
|
|
"pm2": "^2.4.6",
|
2017-02-07 19:44:35 +00:00
|
|
|
"pug": "^2.0.0-beta11",
|
2016-09-25 04:08:49 +00:00
|
|
|
"read-chunk": "^2.0.0",
|
2016-09-04 05:12:42 +00:00
|
|
|
"remove-markdown": "^0.1.0",
|
2017-03-25 21:03:09 +00:00
|
|
|
"request": "^2.81.0",
|
2017-04-19 21:33:53 +00:00
|
|
|
"search-index-adder": "https://github.com/ngpixel/search-index-adder.git",
|
|
|
|
"search-index-searcher": "https://github.com/ngpixel/search-index-searcher.git",
|
2017-03-05 04:20:22 +00:00
|
|
|
"semver": "^5.3.0",
|
2017-03-25 21:03:09 +00:00
|
|
|
"serve-favicon": "^2.4.2",
|
2016-08-17 00:56:55 +00:00
|
|
|
"simplemde": "^1.11.2",
|
2017-03-04 16:23:34 +00:00
|
|
|
"socket.io": "^1.7.3",
|
2017-02-12 20:40:43 +00:00
|
|
|
"stopword": "^0.1.1",
|
|
|
|
"stream-to-promise": "^2.2.0",
|
2017-02-13 05:59:52 +00:00
|
|
|
"tar": "^2.2.1",
|
2017-02-14 04:30:42 +00:00
|
|
|
"through2": "^2.0.3",
|
2017-03-04 16:23:34 +00:00
|
|
|
"validator": "^7.0.0",
|
2016-08-17 00:56:55 +00:00
|
|
|
"validator-as-promised": "^1.0.2",
|
2017-04-19 00:23:42 +00:00
|
|
|
"winston": "^2.3.1",
|
|
|
|
"yargs": "^7.1.0"
|
2016-08-17 00:56:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-04-22 04:04:10 +00:00
|
|
|
"babel-cli": "latest",
|
2017-04-02 17:18:33 +00:00
|
|
|
"babel-jest": "latest",
|
2017-04-22 04:04:10 +00:00
|
|
|
"babel-preset-es2015": "latest",
|
2017-04-01 21:07:01 +00:00
|
|
|
"brace": "^0.10.0",
|
2017-03-27 02:07:40 +00:00
|
|
|
"colors": "^1.1.2",
|
2017-04-02 17:18:33 +00:00
|
|
|
"eslint": "latest",
|
2017-04-22 04:04:10 +00:00
|
|
|
"eslint-config-standard": "latest",
|
2017-04-02 17:18:33 +00:00
|
|
|
"eslint-plugin-import": "latest",
|
|
|
|
"eslint-plugin-node": "latest",
|
|
|
|
"eslint-plugin-promise": "latest",
|
2017-04-22 04:04:10 +00:00
|
|
|
"eslint-plugin-standard": "latest",
|
2017-04-08 20:38:28 +00:00
|
|
|
"fuse-box": "^1.3.131",
|
2017-04-02 17:18:33 +00:00
|
|
|
"jest": "latest",
|
2017-03-25 21:03:09 +00:00
|
|
|
"jquery": "^3.2.1",
|
|
|
|
"jquery-contextmenu": "^2.4.4",
|
2016-10-03 04:12:29 +00:00
|
|
|
"jquery-simple-upload": "^1.0.0",
|
2017-04-15 17:15:23 +00:00
|
|
|
"jquery-smooth-scroll": "^2.1.2",
|
2017-04-29 16:39:18 +00:00
|
|
|
"mathjax": "^2.7.1",
|
2017-04-02 17:18:33 +00:00
|
|
|
"node-sass": "latest",
|
|
|
|
"nodemon": "latest",
|
|
|
|
"pug-lint": "latest",
|
2017-04-22 04:04:10 +00:00
|
|
|
"snyk": "latest",
|
2017-04-28 21:58:38 +00:00
|
|
|
"standard": "latest",
|
2017-04-22 04:04:10 +00:00
|
|
|
"sticky-js": "^1.2.0",
|
2017-04-15 17:15:23 +00:00
|
|
|
"twemoji-awesome": "^1.0.6",
|
2017-04-02 17:18:33 +00:00
|
|
|
"uglify-js": "latest",
|
2017-03-25 21:03:09 +00:00
|
|
|
"vee-validate": "^2.0.0-beta.25",
|
2017-04-29 16:39:18 +00:00
|
|
|
"vue": "^2.3.0"
|
2016-09-09 02:19:32 +00:00
|
|
|
},
|
2017-02-09 01:52:37 +00:00
|
|
|
"standard": {
|
2017-02-10 01:24:28 +00:00
|
|
|
"globals": [
|
2017-02-09 01:52:37 +00:00
|
|
|
"app",
|
|
|
|
"appconfig",
|
|
|
|
"appdata",
|
|
|
|
"db",
|
|
|
|
"entries",
|
|
|
|
"git",
|
|
|
|
"mark",
|
|
|
|
"lang",
|
|
|
|
"lcdata",
|
|
|
|
"rights",
|
2017-02-12 20:40:43 +00:00
|
|
|
"search",
|
2017-02-09 01:52:37 +00:00
|
|
|
"upl",
|
|
|
|
"winston",
|
|
|
|
"ws",
|
|
|
|
"Mongoose",
|
|
|
|
"ROOTPATH",
|
|
|
|
"IS_DEBUG",
|
2017-03-27 02:07:40 +00:00
|
|
|
"PROCNAME",
|
|
|
|
"describe",
|
|
|
|
"it",
|
|
|
|
"expect"
|
2017-02-09 01:52:37 +00:00
|
|
|
]
|
|
|
|
},
|
2017-03-27 02:07:40 +00:00
|
|
|
"jest": {
|
|
|
|
"collectCoverage": false,
|
|
|
|
"testMatch": [
|
|
|
|
"**/test/**/*.js?(x)",
|
|
|
|
"**/?(*.)(spec|test).js?(x)"
|
|
|
|
],
|
|
|
|
"verbose": true
|
|
|
|
},
|
2016-09-09 02:19:32 +00:00
|
|
|
"snyk": true
|
2016-09-11 02:53:21 +00:00
|
|
|
}
|