UNPKG

vel

Version:

Create and render virtual-dom elements with ease

44 lines (43 loc) 936 B
{ "name": "vel", "version": "1.2.0", "description": "Create and render virtual-dom elements with ease", "main": "index.js", "scripts": { "test": "standard && NODE_ENV=test node test", "test-cov": "standard && NODE_ENV=test istanbul cover test.js", "watch": "watch 'npm t'" }, "repository": "yoshuawuyts/vel", "keywords": [ "helper", "main-loop", "render", "vdom", "virtual-dom", "vtree" ], "license": "MIT", "dependencies": { "dom-delegator": "^13.1.0", "main-loop": "^3.1.0", "vdom-to-html": "^2.1.1", "virtual-dom": "~2.0.1", "virtual-html": "^2.0.0", "virtual-hyperscript-svg": "^2.0.0" }, "devDependencies": { "istanbul": "^0.3.17", "jsdom": "^5.6.1", "noop2": "^2.0.0", "raf": "^3.1.0", "standard": "^4.5.4", "tape": "^4.0.1", "watch": "^0.16.0" }, "files": [ "LICENSE", "README.md", "index.js" ] }