git ssb

1+

Matt McKegg / mutant



Tree: ae401384e63a7c1f60eac488db0787638deb6a7e

Files: ae401384e63a7c1f60eac488db0787638deb6a7e / package.json

848 bytesRaw
1{
2 "name": "@mmckegg/mutant",
3 "version": "3.8.0",
4 "description": "Create observables and map them to DOM elements. Massively inspired by hyperscript and observ-*. No virtual dom, just direct observable bindings. Unnecessary garbage collection is avoided by using mutable objects instead of blasting immutable junk all over the place.",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "author": "Matt McKegg",
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/mmckegg/mutant.git"
12 },
13 "bugs": {
14 "url": "https://github.com/mmckegg/mutant/issues"
15 },
16 "license": "MIT",
17 "keywords": [
18 "observ",
19 "realtime",
20 "computed",
21 "mutable",
22 "mutate",
23 "dom",
24 "gc",
25 "hyperscript",
26 "frp",
27 "graph"
28 ],
29 "dependencies": {
30 "browser-split": "0.0.1"
31 }
32}
33

Built with git-ssb-web