2015-06-10 14:25:27 +00:00
|
|
|
{
|
2015-06-19 17:08:17 +00:00
|
|
|
"name": "Gwent-online",
|
2015-06-10 14:25:27 +00:00
|
|
|
"version": "0.0.1",
|
2015-06-19 17:08:17 +00:00
|
|
|
"description": "A standalone multiplayer version of Gwent (The Witcher 3)",
|
2015-06-10 14:25:27 +00:00
|
|
|
"main": "gulpfile.js",
|
|
|
|
"dependencies": {
|
2015-06-18 13:47:09 +00:00
|
|
|
"connect": "3.0.1",
|
|
|
|
"express": "4.12.3",
|
2015-06-23 16:12:11 +00:00
|
|
|
"jquery-deferred": "^0.3.0",
|
2015-06-18 13:47:09 +00:00
|
|
|
"minimist": "1.1.0",
|
2015-06-23 16:12:11 +00:00
|
|
|
"serve-static": "1.8.0",
|
|
|
|
"shortid": "^2.2.2",
|
|
|
|
"socketcluster": "2.2.x",
|
|
|
|
"socketcluster-client": "2.2.x",
|
|
|
|
"underscore": "^1.8.3"
|
2015-06-10 14:25:27 +00:00
|
|
|
},
|
2015-06-10 16:12:52 +00:00
|
|
|
"devDependencies": {
|
2015-06-13 19:36:02 +00:00
|
|
|
"babelify": "^6.1.2",
|
|
|
|
"browserify": "^10.2.4",
|
2015-06-22 15:29:01 +00:00
|
|
|
"browserify-handlebars": "^1.0.0",
|
2015-06-13 19:36:02 +00:00
|
|
|
"gulp": "^3.9.0",
|
|
|
|
"gulp-livereload": "^3.8.0",
|
|
|
|
"gulp-sass": "^2.0.1",
|
2015-06-10 16:12:52 +00:00
|
|
|
"handlebars": "^3.0.3",
|
|
|
|
"jquery": "^2.1.4",
|
2015-06-13 19:36:02 +00:00
|
|
|
"vinyl-source-stream": "^1.1.0"
|
2015-06-10 16:12:52 +00:00
|
|
|
},
|
2015-06-10 14:25:27 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "exane",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|