forked from exane/not-gwent-online
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "Gwent-online",
"version": "1.0.0",
"description": "A standalone multiplayer version of Gwent (The Witcher 3)",
"main": "gulpfile.js",
"dependencies": {
"connect": "3.0.1",
"express": "4.12.3",
"gulp-rename": "^1.2.2",
"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": {
"gulp": "gulp",
"build": "gulp --production"
},
"repository": {
"type": "git",
"url": "https://github.com/exane/not-gwent-online"
},
"author": {
"name": "Tim Meier",
"email": "[email protected]"
},
"contributors": [
{
"name": "Viktor Geringer",
"email": "[email protected]"
}
],
"license": "MIT"
}