UNPKG

react-jsx

Version:

Compile JSX templates to client and server-side renderable templates

23 lines (22 loc) 511 B
{ "name": "example", "version": "1.0.0", "description": "Template rendering example", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/bigpipe/react-jsx" }, "author": "Arnout Kazemier", "license": "MIT", "bugs": { "url": "https://github.com/bigpipe/react-jsx/issues" }, "homepage": "https://github.com/bigpipe/react-jsx", "dependencies": { "react": "0.14.x" } }