hyperscript-attribute-to-property
Version:
Convert hyperscript attributes to properties
40 lines (39 loc) • 916 B
JSON
{
"name": "hyperscript-attribute-to-property",
"description": "Convert hyperscript attributes to properties",
"version": "1.0.2",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/hyperscript-attribute-to-property/issues"
},
"dependencies": {},
"devDependencies": {
"standard": "*",
"tape": "^4.0.0",
"virtual-dom": "^2.1.1"
},
"homepage": "https://github.com/feross/hyperscript-attribute-to-property",
"keywords": [
"es6",
"template",
"template string",
"hyperscript",
"react",
"vdom",
"virtual-dom",
"jsx"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/hyperscript-attribute-to-property.git"
},
"scripts": {
"test": "standard && tape test/*.js"
}
}