This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
node-fftcg/backend/package.json

36 lines
918 B
JSON
Raw Normal View History

2019-02-07 16:03:20 +00:00
{
"name": "node-fftcg",
"version": "0.0.3",
"description": "FFTCG online using Socket.IO and CraftyJS on Node.js on Docker",
"author": "JMM <jmm@yavook.de>",
"main": "server.coffee",
"private": true,
"license": "UNLICENSED",
"scripts": {
"start": "coffee server.coffee",
"dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"nodemon": "^1.18.9"
},
"dependencies": {
"bcrypt": "^3.0.4",
"coffeescript": "^2.3.2",
"connect-redis": "^3.4.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-socket.io-session": "^1.3.5",
"fastify": "^1.14.1",
"fastify-cookie": "^2.1.7",
"fastify-static": "^1.1.0",
"fastify-ws": "^1.0.0",
2019-02-07 16:03:20 +00:00
"helmet": "^3.15.0",
"logging": "^3.2.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"sqlite3": "^4.0.4"
}
}