package.jsonView |
---|
2 | 2 … | "name": "@mmckegg/mutant", |
3 | 3 … | "version": "3.10.1", |
4 | 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 | 5 … | "scripts": { |
6 | | - "test": "echo \"Error: no test specified\" && exit 1" |
| 6 … | + "test": "browserify test/array.js | tape-run | tap-spec" |
7 | 7 … | }, |
8 | 8 … | "author": "Matt McKegg", |
9 | 9 … | "repository": { |
10 | 10 … | "type": "git", |
27 | 27 … | "graph" |
|
28 | 28 … | ], |
29 | 29 … | "dependencies": { |
30 | 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" |
31 | 38 … | } |
32 | 39 … | } |