-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 916 Bytes
/
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
{
"name": "js13k-2020-404",
"version": "1.0.0",
"description": "js13kgames 2020 (theme: 404)",
"main": "index.js",
"scripts": {
"start": "open ./dist/index.html",
"test": "gulp test",
"build": "gulp build",
"watch": "gulp"
},
"keywords": [
"js13kgames",
"HTML5",
"JavaScript",
"game",
"js13k"
],
"author": "Stephen Styrchak",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-check-filesize": "^2.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-html-replace": "^1.6.2",
"gulp-htmllint": "0.0.16",
"gulp-imagemin": "^7.1.0",
"gulp-minify-html": "^1.0.6",
"gulp-rename": "^2.0.0",
"gulp-rimraf": "^1.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-zip": "^5.0.1",
"rollup": "^2.10.8",
"rollup-plugin-terser": "^6.0.1",
"stylelint": "^13.5.0"
}
}