Compare commits
2 Commits
whiteboard
...
greenkeepe
Author | SHA1 | Date | |
---|---|---|---|
|
f7df0b7f43 | ||
|
d11eab4038 |
@ -1,5 +1,7 @@
|
|||||||
# Spacedeck Open
|
# Spacedeck Open
|
||||||
|
|
||||||
|
[![Greenkeeper badge](https://badges.greenkeeper.io/spacedeck/spacedeck-open.svg)](https://greenkeeper.io/)
|
||||||
|
|
||||||
This is the free and open source version of Spacedeck, a web based, real time, collaborative whiteboard application with rich media support. Spacedeck was developed in 6 major releases during Autumn 2011 until the end of 2016 and was originally a commercial SaaS. The developers were Lukas F. Hartmann (mntmn) and Martin Güther (magegu). All icons and large parts of the CSS were designed by Thomas Helbig (dergraph).
|
This is the free and open source version of Spacedeck, a web based, real time, collaborative whiteboard application with rich media support. Spacedeck was developed in 6 major releases during Autumn 2011 until the end of 2016 and was originally a commercial SaaS. The developers were Lukas F. Hartmann (mntmn) and Martin Güther (magegu). All icons and large parts of the CSS were designed by Thomas Helbig (dergraph).
|
||||||
|
|
||||||
As we plan to retire the subscription based service at spacedeck.com in late 2017, we decided to open-source Spacedeck to allow educational and other organizations who currently rely on Spacedeck to migrate to a self-hosted version.
|
As we plan to retire the subscription based service at spacedeck.com in late 2017, we decided to open-source Spacedeck to allow educational and other organizations who currently rely on Spacedeck to migrate to a self-hosted version.
|
||||||
|
86
package.json
86
package.json
@ -7,75 +7,75 @@
|
|||||||
"test": "mocha"
|
"test": "mocha"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"archiver": "0.14.4",
|
"archiver": "1.3.0",
|
||||||
"async": "1.3.0",
|
"async": "2.3.0",
|
||||||
"aws-sdk": "2.1.39",
|
"aws-sdk": "2.39.0",
|
||||||
"basic-auth": "1.0.3",
|
"basic-auth": "1.1.0",
|
||||||
"bcrypt": "*",
|
"bcrypt": "*",
|
||||||
"body-parser": "~1.13.1",
|
"body-parser": "~1.17.1",
|
||||||
"cheerio": "0.19.0",
|
"cheerio": "0.22.0",
|
||||||
"config": "1.14.0",
|
"config": "1.25.1",
|
||||||
"cookie-parser": "~1.3.5",
|
"cookie-parser": "~1.4.3",
|
||||||
"csurf": "1.8.3",
|
"csurf": "1.9.0",
|
||||||
"debug": "~2.2.0",
|
"debug": "~2.6.3",
|
||||||
"execSync": "latest",
|
"execSync": "latest",
|
||||||
"express": "~4.13.0",
|
"express": "~4.15.2",
|
||||||
"glob": "5.0.14",
|
"glob": "7.1.1",
|
||||||
"gm": "1.18.1",
|
"gm": "1.23.0",
|
||||||
"googleapis": "2.1.3",
|
"googleapis": "18.0.0",
|
||||||
"gulp": "^3.9.0",
|
"gulp": "^3.9.0",
|
||||||
"gulp-concat": "2.6.0",
|
"gulp-concat": "2.6.1",
|
||||||
"gulp-eslint": "*",
|
"gulp-eslint": "*",
|
||||||
"gulp-express": "0.3.0",
|
"gulp-express": "0.3.5",
|
||||||
"gulp-nodemon": "*",
|
"gulp-nodemon": "*",
|
||||||
"gulp-sass": "^2.0.3",
|
"gulp-sass": "^3.1.0",
|
||||||
"gulp-uglify": "^1.5.1",
|
"gulp-uglify": "^2.1.2",
|
||||||
"gulp-util": "^3.0.6",
|
"gulp-util": "^3.0.6",
|
||||||
"helmet": "^1.1.0",
|
"helmet": "^3.5.0",
|
||||||
"i18n-2": "0.4.6",
|
"i18n-2": "0.6.3",
|
||||||
"ioredis": "1.6.1",
|
"ioredis": "2.5.0",
|
||||||
"lodash": "^4.3.0",
|
"lodash": "^4.3.0",
|
||||||
"log-timestamp": "latest",
|
"log-timestamp": "latest",
|
||||||
"md5": "2.0.0",
|
"md5": "2.2.1",
|
||||||
"moment": "2.10.6",
|
"moment": "2.18.1",
|
||||||
"mongoose": "4.4.3",
|
"mongoose": "4.9.3",
|
||||||
"morgan": "1.6.1",
|
"morgan": "1.8.1",
|
||||||
"node-sass-middleware": "0.8.0",
|
"node-sass-middleware": "0.11.0",
|
||||||
"pdfkit": "0.7.1",
|
"pdfkit": "0.8.0",
|
||||||
"validator": "5.2.0",
|
"validator": "7.0.0",
|
||||||
"node-phantom-simple": "2.2.4",
|
"node-phantom-simple": "2.2.4",
|
||||||
"phantomjs-prebuilt": "2.1.7",
|
"phantomjs-prebuilt": "2.1.14",
|
||||||
"pm2": "latest",
|
"pm2": "latest",
|
||||||
"qr-image": "3.1.0",
|
"qr-image": "3.2.0",
|
||||||
"raven": "0.8.1",
|
"raven": "1.2.0",
|
||||||
"request": "2.60.0",
|
"request": "2.81.0",
|
||||||
"sanitize-html": "^1.11.1",
|
"sanitize-html": "^1.11.1",
|
||||||
"serve-favicon": "~2.3.0",
|
"serve-favicon": "~2.4.2",
|
||||||
"swig": "1.4.2",
|
"swig": "1.4.2",
|
||||||
"slug": "0.9.1",
|
"slug": "0.9.1",
|
||||||
"underscore": "1.8.3",
|
"underscore": "1.8.3",
|
||||||
"weak": "1.0.0",
|
"weak": "1.0.1",
|
||||||
"ws": "0.7.2"
|
"ws": "2.2.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"express": "^4.13.3",
|
"express": "^4.13.3",
|
||||||
"gulp": "^3.9.0",
|
"gulp": "^3.9.0",
|
||||||
"gulp-clean": "^0.3.2",
|
"gulp-clean": "^0.3.2",
|
||||||
"gulp-concat": "^2.6.0",
|
"gulp-concat": "^2.6.0",
|
||||||
"gulp-eslint": "^1.1.0",
|
"gulp-eslint": "^3.0.1",
|
||||||
"gulp-express": "^0.3.0",
|
"gulp-express": "^0.3.0",
|
||||||
"gulp-fingerprint": "^0.3.2",
|
"gulp-fingerprint": "^0.3.2",
|
||||||
"gulp-nodemon": "^2.0.4",
|
"gulp-nodemon": "^2.0.4",
|
||||||
"gulp-rev": "^6.0.1",
|
"gulp-rev": "^7.1.2",
|
||||||
"gulp-rev-all": "^0.8.22",
|
"gulp-rev-all": "^0.9.7",
|
||||||
"gulp-rev-replace": "^0.4.3",
|
"gulp-rev-replace": "^0.4.3",
|
||||||
"gulp-sass": "^2.1.0",
|
"gulp-sass": "^3.1.0",
|
||||||
"gulp-uglify": "^1.4.2",
|
"gulp-uglify": "^2.1.2",
|
||||||
"mocha": "*",
|
"mocha": "*",
|
||||||
"nodemon": "*",
|
"nodemon": "*",
|
||||||
"should": "^7.1.0",
|
"should": "^11.2.1",
|
||||||
"supertest": "^1.1.0",
|
"supertest": "^3.0.0",
|
||||||
"winston": "^1.0.1"
|
"winston": "^2.3.1"
|
||||||
},
|
},
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "Gulpfile.js",
|
"main": "Gulpfile.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user