spacedeck-open/package.json

61 lines
1.4 KiB
JSON
Raw Normal View History

2017-04-07 01:29:05 +02:00
{
"name": "spacedeck-open",
"version": "1.0.0",
"private": true,
"scripts": {
2019-05-15 21:25:53 +02:00
"start": "node spacedeck.js"
2017-04-07 01:29:05 +02:00
},
"engines": {
2019-05-15 21:25:53 +02:00
"node": ">=10.0.0"
2017-04-07 11:04:58 +02:00
},
2017-04-07 01:29:05 +02:00
"dependencies": {
2017-04-07 10:39:35 +02:00
"archiver": "1.3.0",
"async": "2.3.0",
"basic-auth": "1.1.0",
"bcryptjs": "2.4.3",
"body-parser": "~1.17.1",
"cheerio": "0.22.0",
"config": "1.25.1",
"cookie-parser": "~1.4.3",
2017-04-07 01:29:05 +02:00
"execSync": "latest",
"express": "~4.13.0",
"file-type": "^7.6.0",
2017-04-07 10:39:35 +02:00
"glob": "7.1.1",
"gm": "1.23.0",
2019-05-15 21:25:53 +02:00
"gulp": "^4.0.2",
2017-04-07 10:39:35 +02:00
"helmet": "^3.5.0",
"i18n-2": "0.6.3",
2017-04-07 01:29:05 +02:00
"log-timestamp": "latest",
"mock-aws-s3": "^2.6.0",
2018-03-30 22:42:16 +02:00
"moment": "^2.19.3",
2018-04-14 22:25:58 +02:00
"morgan": "1.8.1",
"node-phantom-simple": "2.2.4",
2018-07-17 12:05:27 +02:00
"nodemailer": "^4.6.7",
2017-04-07 10:39:35 +02:00
"phantomjs-prebuilt": "2.1.14",
"read-chunk": "^2.1.0",
2017-04-07 10:39:35 +02:00
"request": "2.81.0",
2017-04-07 01:29:05 +02:00
"sanitize-html": "^1.11.1",
"sequelize": "^4.37.6",
2017-04-07 10:39:35 +02:00
"serve-favicon": "~2.4.2",
"serve-static": "^1.13.1",
2017-04-07 01:29:05 +02:00
"slug": "0.9.1",
"sqlite3": "^4.0.0",
"swig": "1.4.2",
"umzug": "^2.1.0",
2017-04-07 01:29:05 +02:00
"underscore": "1.8.3",
"uuid": "^3.2.1",
"validator": "7.0.0",
2017-04-07 10:39:35 +02:00
"ws": "2.2.3"
2017-04-07 01:29:05 +02:00
},
"main": "app.js",
2017-04-07 01:29:05 +02:00
"description": "",
"directories": {},
2017-04-07 01:29:05 +02:00
"repository": {
"type": "git",
"url": "https://github.com/spacedeck/spacedeck-open.git"
},
"keywords": [],
"author": "Lukas F. Hartmann, Martin Güther",
"license": "AGPLv3"
}