-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.15 KB
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
46
47
48
49
50
{
"name": "@mattsahr/kaboom",
"version": "0.1.0",
"description": "A static site photo gallery with fast startup",
"main": "src/index.js",
"bin": {
"@mattsahr/kaboom": "bin/kaboom.js",
"kaboom": "bin/kaboom.js"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"cli",
"kaboom"
],
"dependencies": {
"argparse": "^2.0.1",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"compression": "^1.7.4",
"eslint": "^7.14.0",
"eslint-plugin-svelte3": "^3.0.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"geometrizejs": "0.0.18",
"html-minifier": "^4.0.0",
"jimp": "^0.16.1",
"prompt": "^1.1.0",
"svelte": "^3.32.1",
"svgo": "^1.3.2",
"threads": "^1.6.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mattsahr",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/mattsahr/kaboom.git"
},
"bugs": {
"url": "https://github.com/mattsahr/kaboom/issues"
},
"homepage": "https://github.com/mattsahr/kaboom#readme"
}