UNPKG

html2react

Version:

Utility for turning raw HTML into React elements

37 lines (36 loc) 1.01 kB
{ "name": "html2react", "version": "0.3.1", "description": "Utility for turning raw HTML into React elements", "main": "lib/index.js", "scripts": { "build": "rm -rf lib && babel src --out-dir lib --ignore *.spec.js", "prepublish": "not-in-install && npm prune && npm test && npm run build || in-install", "test": "echo \"Error: no test specified\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/Deschtex/html2react.git" }, "keywords": [ "html", "react", "html-to-react" ], "author": "Pierre Wahlgren <pierre.wahlgren@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Deschtex/html2react/issues" }, "homepage": "https://github.com/Deschtex/html2react#readme", "devDependencies": { "babel-cli": "^6.10.1", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-1": "^6.5.0", "in-publish": "^2.0.0", "react": "^15.1.0" }, "peerDependencies": { "react": "^0.14 || ^15.0" } }