UNPKG

teth

Version:

Functional, reactive, pattern matching based, centralized state tree, open source JS library.

43 lines (42 loc) 1.05 kB
{ "name": "teth", "version": "1.0.33", "description": "Functional, reactive, pattern matching based, centralized state tree, open source JS library.", "main": "init.js", "scripts": { "test": "jest --runInBand", "doc": "jsdoc *.js -d reference", "test-resonate": "node bundle.js ./resonate.test-main.js --out ./build-test" }, "repository": { "type": "git", "url": "https://github.com/jaqmol/teth.git" }, "keywords": [ "functional", "reactive", "pattern-matching", "single-immutable-state-tree", "pure and clean JavaScript", "pure and clean OpenSource" ], "author": "Ronny Reichmann", "license": "MIT", "bugs": { "url": "https://github.com/jaqmol/teth/issues" }, "dependencies": { "bloomrun": "^3.0.4", "jsonic": "^0.3.0", "object-path": "^0.11.4", "route-parser": "0.0.5", "snabbdom": "^0.6.9", "teth-pipe": "^1.0.9" }, "devDependencies": { "jest": "^20.0.4", "jsdoc": "^3.5.3", "tiny-worker": "^2.1.1", "xhr-mock": "^1.9.1" } }