react-mount
Version:
React goes web component – Use custom tags to place react components directly in html.
38 lines (29 loc) • 639 B
JSON
{
"name": "react-mount",
"version": "0.1.3",
"author": {
"name" : "Philipp Adrian",
"email" : "hello@philippadrian.com",
"website" : "http://philippadrian.com"
},
"description": "React goes web component – Use custom tags to place react components directly in html.",
"repository": {
"type": "git",
"url": "https://github.com/greenish/react-mount.git"
},
"main":"react-mount.js",
"keywords": [
"react",
"reactjs",
"html",
"client",
"front end",
"mount",
"component",
"custom tag",
"web component"
],
"dependencies": {
"react": ">=0.13"
}
}