Files: 70bdc654bff8ac23d9006bcbee7a5fa93d8abf62 / package.json
1046 bytesRaw
1 | { |
2 | "name": "mutant", |
3 | "version": "3.22.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 | "xtend": "^4.0.1" |
33 | }, |
34 | "devDependencies": { |
35 | "browserify": "^13.1.1", |
36 | "setimmediate": "^1.0.5", |
37 | "tap-spec": "^4.1.1", |
38 | "tape": "^4.6.3", |
39 | "tape-run": "^2.1.4" |
40 | } |
41 | } |
42 |
Built with git-ssb-web