UNPKG

ijk

Version:

Transforms arrays into virtual dom trees

26 lines (25 loc) 576 B
{ "name": "ijk", "version": "0.24.0", "description": "Transforms arrays into virtual dom trees", "main": "index.js", "module": "index.js", "scripts": { "test": "tead", "coverage": "tead --coverage", "release": "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push origin master --tags && npm publish" }, "keywords": [ "vdom", "html", "hyperscript", "hyperapp", "ultradom", "preact" ], "author": "Luke Jackson", "license": "MIT", "devDependencies": { "tead": "^0.4.3" } }