forked from groupe-sii/devoxx-2015-game-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.51 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
{
"name": "devoxx-2015",
"description": "An HTML5 game made specifically for the Devoxx 2015 event.",
"license": "GPL",
"author": "SII Group / Wassim Chegham <[email protected]>",
"version": "1.0.0",
"devDependencies": {
"apache-server-configs": "^2.7.1",
"connect": "^3.0.1",
"connect-livereload": "^0.5.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^1.0.1",
"gulp-cache": "0.2.2",
"gulp-csslint": "^0.1.5",
"gulp-cssmin": "^0.1.6",
"gulp-csso": "^0.2.6",
"gulp-filter": "^1.0.2",
"gulp-flatten": "^0.0.4",
"gulp-header": "^1.2.2",
"gulp-htmlhint": "^0.1.1",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^1.2.1",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^2.0.0",
"gulp-load-plugins": "^0.7.1",
"gulp-merge": "^0.1.0",
"gulp-minify-html": "0.1.5",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"gulp-util": "^3.0.4",
"gulp-vulcanize": "^5.0.0",
"gulp-war": "0.0.1",
"gulp-zip": "^2.0.2",
"jshint-stylish": "^1.0.0",
"lazypipe": "^0.2.2",
"main-bower-files": "^2.1.0",
"map-stream": "0.0.5",
"opn": "^1.0.0",
"plato": "^1.3.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.2",
"serve-index": "^1.1.4",
"serve-static": "^1.4.0",
"wiredep": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"private": true
}