{ "name": "node-fftcg", "version": "0.0.3", "description": "FFTCG online using Socket.IO and CraftyJS on Node.js on Docker", "author": "JMM ", "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", "fastify": "^1.14.1", "fastify-cookie": "^2.1.7", "fastify-static": "^1.1.0", "fastify-ws": "^1.0.0", "logging": "^3.2.0", "sqlite3": "^4.0.4" } }