1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/package.json
2015-06-19 19:08:17 +02:00

33 lines
798 B
JSON

{
"name": "Gwent-online",
"version": "0.0.1",
"description": "A standalone multiplayer version of Gwent (The Witcher 3)",
"main": "gulpfile.js",
"dependencies": {
"socketcluster": "2.2.x",
"connect": "3.0.1",
"express": "4.12.3",
"shortid": "^2.2.2",
"serve-static": "1.8.0",
"minimist": "1.1.0",
"underscore": "^1.8.3",
"socketcluster-client": "2.2.x"
},
"devDependencies": {
"babelify": "^6.1.2",
"browserify": "^10.2.4",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.0",
"gulp-sass": "^2.0.1",
"handlebars": "^3.0.3",
"jquery": "^2.1.4",
"promise": "^7.0.1",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "exane",
"license": "ISC"
}