UNPKG

soot

Version:
42 lines (41 loc) 840 B
{ "name": "soot", "version": "1.0.3", "license": "MIT", "description": "vDom library", "author": "Sampo Kivistö <sampo.kivisto@live.fi>", "bugs": { "url": "https://github.com/sootjs/soot/issues" }, "homepage": "https://github.com/sootjs/soot#readme", "keywords": [ "soot", "sootjs", "vNode", "library", "performance", "fast" ], "rollup": { "bundledDependencies": [ "soot-shared", "soot-vnode-flags", "soot-iv-flags" ], "moduleName": "Soot" }, "repository": { "type": "git", "url": "https://github.com/sootjs/soot.git" }, "dependencies": { "soot-iv-flags": "1.0.3", "soot-shared": "1.0.3", "soot-vnode-flags": "1.0.3" }, "devDependencies": { "soot-utils": "1.0.3" }, "main": "index.js", "typings": "dist/index.d.ts" }