-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
34 lines (34 loc) · 904 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
{
"name": "offline",
"version": "1.0.0",
"description": "My 2018 entry for the js13kgames compo, 'Raven'.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Elliot Nelson",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"del": "^3.0.0",
"eslint": "^5.5.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-add": "^0.1.0",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-shell": "^0.6.5",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-terser": "^1.0.1",
"gulp-uglify": "^3.0.1",
"gulp-zip": "^4.2.0"
}
}