UNPKG

1.29 kBJSONView Raw
1{
2 "name": "mosaic",
3 "version": "1.0.4",
4 "description": "The Web UI Framework",
5 "main": "dist/mosaic.min.js",
6 "browser": "dist/mosaic.min.js",
7 "unpkg": "dist/mosaic.min.js",
8 "module": "src/index.js",
9 "types": "types/index.d.ts",
10 "files": [
11 "src",
12 "dist",
13 "cjs"
14 ],
15 "directories": {
16 "test": "test"
17 },
18 "scripts": {
19 "test": "mocha-express --coverage",
20 "test:watch": "mocha-express --watch",
21 "build": "rm -rf dist && rollup -c && npm run size",
22 "size": "gzip -c9 ./dist/mosaic.min.js | wc -c",
23 "coveralls": "cat ./coverage/lcov-report/lcov.info | coveralls",
24 "prepublishOnly": "npm t && npm run build",
25 "release": "npm t && standard-version"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/defx/mosaic.git"
30 },
31 "keywords": [
32 "simple",
33 "declarative",
34 "dom",
35 "ui",
36 "user interface",
37 "web components",
38 "framework"
39 ],
40 "author": "Matt Donkin",
41 "license": "MIT",
42 "bugs": {
43 "url": "https://github.com/defx/mosaic/issues"
44 },
45 "homepage": "https://github.com/defx/mosaic",
46 "devDependencies": {
47 "coveralls": "^3.1.0",
48 "mocha-express": "^0.1.2",
49 "rollup": "^2.26.4",
50 "rollup-plugin-terser": "^7.0.1",
51 "standard-version": "^9.1.1"
52 }
53}