Files: 69500ffe4bd08cc562cd2f9b1f8e41ea76335686 / package.json
1012 bytesRaw
1 | { |
2 | "name": "@mmckegg/mutant", |
3 | "version": "3.10.1", |
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/array.js | tape-run | tap-spec" |
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 | "devDependencies": { |
33 | "browserify": "^13.1.1", |
34 | "setimmediate": "^1.0.5", |
35 | "tap-spec": "^4.1.1", |
36 | "tape": "^4.6.3", |
37 | "tape-run": "^2.1.4" |
38 | } |
39 | } |
40 |
Built with git-ssb-web