UNPKG

mithril-node-render

Version:
34 lines (33 loc) 882 B
{ "name": "mithril-node-render", "version": "3.0.2", "description": "Node rending of mithril views", "main": "index.js", "scripts": { "test": "node test.js && eslint index.js test.js" }, "keywords": [ "mithril", "node", "render", "template" ], "author": "Stephan Hoyer <ste.hoyer@gmail.com>", "license": "MIT", "peerDependencies": { "mithril": "^2.0.4" }, "devDependencies": { "eslint": "4.18.2", "eslint-config-standard": "10.2.1", "eslint-plugin-import": "2.8.0", "eslint-plugin-node": "5.2.1", "eslint-plugin-promise": "3.6.0", "eslint-plugin-standard": "3.0.1", "mithril": "2.0.4", "ospec": "4.0.1" }, "repository": "MithrilJS/mithril-node-render", "bugs": "https://github.com/MithrilJS/mithril-node-render/issues", "homepage": "https://github.com/MithrilJS/mithril-node-render#readme" }