-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "evader",
"version": "2.0.2",
"description": "Evader is a minimal game about evading oncoming obstacles in a constricted area.",
"main": "index.js",
"scripts": {
"start": "serve ./src/",
"build": "gulp",
"serve:build": "serve ./build/",
"start:build": "npm run build && npm run serve:build",
"postversion": "git push && git push --tags",
"deploy": "gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fatman-/evader.git"
},
"author": "Sai Kishore Komanduri <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fatman-/evader/issues"
},
"homepage": "https://github.com/fatman-/evader#readme",
"devDependencies": {
"del": "^6.0.0",
"gh-pages": "^3.2.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-file": "^0.4.0",
"gulp-gtag": "^1.0.1",
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^5.0.1",
"gulp-rename": "^2.0.0",
"gulp-terser": "^2.1.0",
"gulp-uglify": "^3.0.2",
"merge-stream": "^2.0.0",
"serve": "^12.0.1"
}
}