-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
40 lines (40 loc) · 1009 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
40
{
"name": "js13k-2019",
"version": "1.0.0",
"description": "ghosts",
"main": "index.js",
"private": true,
"scripts": {
"levels": "node ./levels-compiler",
"zip": "node ./scripts/zip.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bencoder/js13k-2019.git"
},
"keywords": [
"ghost",
"js13k"
],
"author": "Ben Clark, Salvatore Previti",
"license": "ISC",
"bugs": {
"url": "https://github.com/bencoder/js13k-2019/issues"
},
"homepage": "https://github.com/bencoder/js13k-2019#readme",
"devDependencies": {
"archiver": "^3.1.1",
"cheerio": "^1.0.0-rc.3",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.3.0",
"fast-xml-parser": "^3.12.20",
"fernandez-polygon-decomposition": "^1.1.1",
"html-minifier": "^4.0.0",
"mkdirp": "^0.5.1",
"prettier": "^1.18.2",
"prettysize": "^2.0.0",
"csso": "^3.5.1",
"terser": "^4.3.1"
}
}