not-gwent-online/package.json

56 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2015-06-10 14:25:27 +00:00
{
2015-06-19 17:08:17 +00:00
"name": "Gwent-online",
2015-07-04 18:11:17 +00:00
"version": "1.0.0",
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",
2016-06-04 07:30:47 +00:00
"express": "^4.13.4",
2015-12-23 12:09:07 +00:00
"gulp-rename": "^1.2.2",
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",
2015-06-24 16:22:56 +00:00
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
2015-06-23 16:12:11 +00:00
"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",
2015-06-27 11:54:42 +00:00
"backbone": "^1.2.1",
2015-06-13 19:36:02 +00:00
"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",
2015-06-27 11:54:42 +00:00
"gulp-gm": "0.0.7",
2015-06-27 11:19:19 +00:00
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
2015-06-13 19:36:02 +00:00
"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-27 11:19:19 +00:00
"sprity": "^1.0.6",
"sprity-gm": "^1.0.2",
"sprity-sass": "^1.0.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": {
2015-12-23 12:09:07 +00:00
"gulp": "gulp",
"build": "gulp --production"
2015-06-10 14:25:27 +00:00
},
2015-12-23 12:09:07 +00:00
"repository": {
"type": "git",
"url": "https://github.com/exane/not-gwent-online"
2015-07-04 18:11:17 +00:00
},
"author": {
"name": "Tim Meier",
"email": "raco0n@gmx.de"
},
2015-12-23 12:09:07 +00:00
"contributors": [
{
2015-07-04 18:11:17 +00:00
"name": "Viktor Geringer",
"email": "devfakeplus@googlemail.com"
2015-12-23 12:09:07 +00:00
}
],
2015-07-04 18:11:17 +00:00
"license": "MIT"
2015-06-10 14:25:27 +00:00
}