UNPKG

879 BJSONView Raw
1{
2 "name": "mosaic",
3 "type": "module",
4 "version": "1.0.1",
5 "description": "Mosaic is a node command line utility made primarily for transforming and combining HTML assets.",
6 "main": "index.js",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/defx/mosaic.git"
10 },
11 "keywords": [],
12 "author": "defx",
13 "license": "ISC",
14 "bugs": {
15 "url": "https://github.com/defx/mosaic/issues"
16 },
17 "homepage": "https://github.com/defx/mosaic#readme",
18 "dependencies": {
19 "chokidar": "^3.4.3",
20 "express": "^4.17.1",
21 "fs": "0.0.1-security",
22 "fs-extra": "^9.1.0",
23 "glob": "^7.1.6",
24 "glob-promise": "^3.4.0",
25 "lodash.debounce": "^4.0.8",
26 "path": "^0.12.7",
27 "ws": "^7.4.2"
28 },
29 "bin": {
30 "mosaic": "cli.js"
31 },
32 "devDependencies": {},
33 "scripts": {
34 "test": "echo \"Error: no test specified\" && exit 1"
35 }
36}