UNPKG

kireji

Version:

A web framework for stateful, entropy-perfect, multi-origin web applications. Currently in alpha. Expect breaking changes for version 0. Use with caution!

51 lines 1.22 kB
{ "name": "kireji", "version": "0.0.8", "description": "A web framework for stateful, entropy-perfect, multi-origin web applications. Currently in alpha. Expect breaking changes for version 0. Use with caution!", "type": "module", "main": "./src/index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/kireji-app/kireji.git" }, "keywords": [ "minimal-perfect-hash", "MPHF", "hash-function", "collision-free", "data-compression", "state-encoding", "hash-based-model", "MVC", "reactive-framework", "modular-components", "deep-linking", "state-complete", "peer-to-peer", "DNS-namespacing", "web-framework", "entropy-perfect", "lego-brick-architecture", "save-states", "session-bookmarking" ], "author": "Eric Augustinowicz", "license": "MIT", "bugs": { "url": "https://github.com/kireji-app/kireji/issues" }, "homepage": "https://github.com/kireji-app/kireji#readme", "types": "./src/index.d.ts", "exports": { ".": { "types": "./src/index.d.ts", "default": "./src/index.js" }, "./package.json": "./package.json", "./LICENSE.md": "./docs/LICENSE.md", "./README.md": "./docs/README.md" } }