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/package.json

28 lines
610 B
JSON
Raw Normal View History

2018-09-30 18:21:59 +00:00
{
2018-10-02 00:17:04 +00:00
"name": "node-fftcg",
"version": "0.0.2",
"description": "FFTCG online using Socket.IO and CraftyJS on Node.js on Docker",
2018-09-30 18:21:59 +00:00
"author": "JMM <jmm@yavook.de>",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.16.1",
2018-10-02 00:17:04 +00:00
"helmet": "*",
2018-09-30 18:21:59 +00:00
"socket.io": "^2.1.1",
2018-10-04 00:27:49 +00:00
"mysql": "*",
"bcrypt": "*",
2018-10-03 22:07:17 +00:00
"coffeescript": "*",
"merge-stream": "*",
2018-09-30 18:21:59 +00:00
"gulp": "*",
"gulp-sourcemaps": "*",
"gulp-pug": "*",
2018-10-02 00:57:06 +00:00
"gulp-sass": "*",
2018-09-30 20:23:16 +00:00
"gulp-coffee": "*",
"gulp-insert": "*",
"gulp-uglify-es": "*",
"gulp-concat": "*"
2018-09-30 18:21:59 +00:00
}
}