-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.53 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
56
57
58
59
60
61
62
{
"name": "wheel-of-fortune",
"version": "1.0.0",
"description": "Inspired from the famous game.",
"main": "index.html",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielrosset/wheel-of-fortune.git"
},
"keywords": [
"wheel",
"roue",
"fortune",
"game",
"jeu"
],
"author": "Gabriel",
"license": "MIT",
"bugs": {
"url": "https://github.com/gabrielrosset/wheel-of-fortune/issues"
},
"homepage": "https://github.com/gabrielrosset/wheel-of-fortune#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babelify": "^8.0.0",
"body-parser": "^1.18.2",
"browser-sync": "^2.18.13",
"browserify": "^14.5.0",
"cookie-parser": "^1.4.3",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.2.1",
"gulp-filter": "^5.0.1",
"gulp-hbs": "^0.2.0",
"gulp-imagemin": "^4.0.0",
"gulp-inject": "^4.3.0",
"gulp-less": "^3.3.2",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"hbs": "^4.0.1",
"i18n": "^0.8.3",
"image-min": "^0.3.2",
"jquery": "^3.2.1",
"konva": "^1.7.6",
"method-override": "^2.3.10",
"run-sequence": "^2.2.0",
"sprintf-js": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^10.0.3"
}
}