-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "js13k-2018",
"version": "1.0.0",
"description": "js13k-2018",
"main": "src/index.js",
"scripts": {
"gulp": "gulp",
"watch": "browser-sync start --server --watch --no-open --no-ghost-mode",
"lint": "eslint ./src",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/razh/js13k-2018.git"
},
"author": "razh",
"license": "MIT",
"bugs": {
"url": "https://github.com/razh/js13k-2018/issues"
},
"homepage": "https://github.com/razh/js13k-2018#readme",
"devDependencies": {
"browser-sync": "2.26.0",
"del": "3.0.0",
"escape-string-regexp": "1.0.5",
"eslint": "5.6.1",
"eslint-config-prettier": "3.1.0",
"eslint-plugin-prettier": "3.0.0",
"glsl-tokenizer": "2.1.5",
"gulp": "4.0.0",
"gulp-htmlmin": "5.0.1",
"gulp-load-plugins": "1.5.0",
"gulp-replace": "1.0.0",
"gulp-size": "3.0.0",
"gulp-uglify": "3.0.1",
"gulp-zip": "4.2.0",
"prettier": "1.14.3",
"rollup": "0.66.4",
"terser": "3.9.3"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
}
}