UNPKG

react-mount

Version:

React goes web component – Use custom tags to place react components directly in html.

70 lines (55 loc) 1.3 kB
{ "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.", "license" :"MIT", "repository": { "type": "git", "url": "https://github.com/greenish/react-mount.git#master" }, "main":"react-mount.js", "keywords": [ "react", "reactjs", "html", "client", "front end", "mount", "component", "custom tag", "web component" ], "peerDependencies": { "react": ">=0.13", "react-tools" : ">=0.13" }, "devDependencies": { "react-mount" : "git://github.com/greenish/react-mount.git#master", "react": "^0.13.1", "react-tools" : "^0.13.1", "react-bootstrap" : "^0.20.1", "gulp" : "^3.8.11", "gulp-jshint" : "^1.9.x", "gulp-uglify" : "^1.0.x", "gulp-rename" : "^1.2.2", "gulp-git" : "^1.2.1", "gulp-bump" : "^0.3.0", "browserify": "^8.0.x", "vinyl-transform": "^1.0.x", "reactify" : "^1.1.0" }, "engines": { "node": ">=0.10.x" }, "private" : false, "browserify": { "transform": [ ["reactify"] ] } }