summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 17 insertions, 12 deletions
diff --git a/package.json b/package.json
index ee3c3830..f9f3f0e8 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,12 @@
{
"name": "CodiMD",
- "version": "1.2.1",
+ "version": "1.3.0",
"description": "Realtime collaborative markdown notes on all platforms.",
"main": "app.js",
"license": "AGPL-3.0",
"scripts": {
- "test": "npm run-script eslint && npm run-script jsonlint",
- "eslint": "node_modules/.bin/eslint lib public app.js",
+ "test": "npm run-script eslint && npm run-script jsonlint && mocha",
+ "eslint": "node_modules/.bin/eslint lib public test app.js",
"jsonlint": "find . -not -path './node_modules/*' -type f -name '*.json' -o -type f -name '*.json.example' | while read json; do echo $json ; jq . $json; done",
"standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1",
"dev": "webpack --config webpack.dev.js --progress --colors --watch",
@@ -23,9 +23,8 @@
"aws-sdk": "^2.345.0",
"azure-storage": "^2.7.0",
"base64url": "^3.0.0",
- "blueimp-md5": "^2.6.0",
"body-parser": "^1.15.2",
- "bootstrap": "^3.3.7",
+ "bootstrap": "^3.4.0",
"bootstrap-validator": "^0.11.8",
"chance": "^1.0.4",
"cheerio": "^0.22.0",
@@ -47,7 +46,7 @@
"formidable": "^1.0.17",
"gist-embed": "~2.6.0",
"graceful-fs": "^4.1.11",
- "handlebars": "^4.0.6",
+ "handlebars": "^4.0.13",
"helmet": "^3.13.0",
"highlight.js": "~9.12.0",
"i18n": "^0.8.3",
@@ -89,7 +88,6 @@
"moment": "^2.17.1",
"morgan": "^1.7.0",
"mysql": "^2.12.0",
- "node-uuid": "^1.4.7",
"passport": "^0.4.0",
"passport-dropbox-oauth2": "^1.1.0",
"passport-facebook": "^2.1.1",
@@ -99,7 +97,7 @@
"passport-ldapauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport-oauth2": "^1.4.0",
- "passport-saml": "^0.35.0",
+ "passport-saml": "^1.0.0",
"passport-twitter": "^1.0.4",
"passport.socketio": "^3.7.0",
"pdfobject": "^2.0.201604172",
@@ -116,15 +114,15 @@
"sequelize": "^3.28.0",
"sequelize-cli": "^2.5.1",
"shortid": "2.2.8",
- "socket.io": "~2.0.4",
- "socket.io-client": "~2.0.4",
+ "socket.io": "~2.1.1",
+ "socket.io-client": "~2.1.1",
"spin.js": "^2.3.2",
"sqlite3": "^4.0.1",
"store": "^2.0.12",
"string": "^3.3.3",
"tedious": "^1.14.0",
- "to-markdown": "^3.0.3",
"toobusy-js": "^0.5.1",
+ "turndown": "^5.0.1",
"uuid": "^3.1.0",
"validator": "^10.4.0",
"velocity-animate": "^1.4.0",
@@ -134,6 +132,11 @@
"ws": "^6.0.0",
"xss": "^1.0.3"
},
+ "resolutions": {
+ "**/tough-cookie": "~2.4.0",
+ "**/minimatch": "^3.0.2",
+ "**/request": "^2.88.0"
+ },
"engines": {
"node": ">=6.x"
},
@@ -168,7 +171,7 @@
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
- "doctoc": "^1.3.0",
+ "doctoc": "^1.4.0",
"ejs-loader": "^0.3.1",
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
@@ -185,6 +188,8 @@
"less": "^2.7.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.1",
+ "mocha": "^5.2.0",
+ "mock-require": "^3.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"script-loader": "^0.7.2",
"string-loader": "^0.0.1",