-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "menja",
"version": "0.1.0",
"description": "A game about smashing cubes.",
"private": true,
"scripts": {
"start": "browser-sync start --server src --files src",
"build": "gulp",
"build:codepen": "gulp codepen"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MilllerTime/menja.git"
},
"keywords": [
"game",
"3d",
"canvas"
],
"author": "Caleb Miller",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/MilllerTime/menja/issues"
},
"homepage": "https://github.com/MilllerTime/menja#readme",
"resolutions": {
"**/event-stream": "^4.0.1"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"chalk": "^2.4.1",
"cssnano": "^4.1.7",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel-minify": "^0.5.0",
"gulp-concat": "^2.6.1",
"gulp-filter": "^6.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-iife": "^0.3.0",
"gulp-inline": "^0.1.3",
"gulp-replace": "^1.0.0",
"gulp-useref": "^3.1.5",
"gzip-size": "^5.0.0",
"run-sequence": "^2.2.1"
}
}