git ssb

1+

Matt McKegg / mutant



Tree: 07b9ddc6b2950f50f5820053fa89145a5d96e1f2

Files: 07b9ddc6b2950f50f5820053fa89145a5d96e1f2 / package.json

1023 bytesRaw
1{
2 "name": "mutant",
3 "version": "3.13.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": "browserify test/*.js | tape-run | tap-spec"
7 },
8 "author": "Matt McKegg",
9 "main": "./index.js",
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/mmckegg/mutant.git"
13 },
14 "bugs": {
15 "url": "https://github.com/mmckegg/mutant/issues"
16 },
17 "license": "MIT",
18 "keywords": [
19 "observ",
20 "realtime",
21 "computed",
22 "mutable",
23 "mutate",
24 "dom",
25 "gc",
26 "hyperscript",
27 "frp",
28 "graph"
29 ],
30 "dependencies": {
31 "browser-split": "0.0.1"
32 },
33 "devDependencies": {
34 "browserify": "^13.1.1",
35 "setimmediate": "^1.0.5",
36 "tap-spec": "^4.1.1",
37 "tape": "^4.6.3",
38 "tape-run": "^2.1.4"
39 }
40}
41

Built with git-ssb-web