mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "Gwent-online",
|
|
"version": "0.0.1",
|
|
"description": "A standalone multiplayer version of Gwent (The Witcher 3)",
|
|
"main": "gulpfile.js",
|
|
"dependencies": {
|
|
"connect": "3.0.1",
|
|
"express": "4.12.3",
|
|
"jquery-deferred": "^0.3.0",
|
|
"minimist": "1.1.0",
|
|
"serve-static": "1.8.0",
|
|
"shortid": "^2.2.2",
|
|
"socket.io": "^1.3.5",
|
|
"socket.io-client": "^1.3.5",
|
|
"underscore": "^1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"babelify": "^6.1.2",
|
|
"backbone": "^1.2.1",
|
|
"browserify": "^10.2.4",
|
|
"browserify-handlebars": "^1.0.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-gm": "0.0.7",
|
|
"gulp-if": "^1.2.5",
|
|
"gulp-imagemin": "^2.3.0",
|
|
"gulp-livereload": "^3.8.0",
|
|
"gulp-sass": "^2.0.1",
|
|
"handlebars": "^3.0.3",
|
|
"jquery": "^2.1.4",
|
|
"sprity": "^1.0.6",
|
|
"sprity-gm": "^1.0.2",
|
|
"sprity-sass": "^1.0.4",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "exane",
|
|
"license": "ISC"
|
|
}
|