{"name":"react-html-parser","version":"1.0.2","description":"Parse HTML into React components","main":"lib/index.js","jsnext:main":"src/index.js","scripts":{"clean":"rimraf coverage dist lib","check":"npm run lint && npm run test","test":"karma start --single-run","test:watch":"karma start","lint":"eslint src test demo/src","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","build:lib":"rimraf lib && babel ./src -d lib","build:umd":"webpack src/index.js dist/react-html-parser.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js -p dist/react-html-parser.min.js --config webpack.config.production.js","prerelease":"npm run clean && npm run check","release":"npm run build","postrelease":"git push --follow-tags && npm publish","release:patch":"npm version patch && npm run release","release:minor":"npm version minor && npm run release","release:major":"npm version major && npm run release","demo:clean":"rimraf demo/dist","demo:build":"cd demo && npm run build","demo:push":"cd demo/dist && git init && git commit --allow-empty -m 'update demo' && git checkout -b gh-pages && git add . && git commit -am 'update demo' && git push git@github.com:wrakky/react-html-parser gh-pages --force","demo:publish":"npm run demo:clean && npm run demo:build && npm run demo:push"},"repository":{"type":"git","url":"git+https://github.com/wrakky/react-html-parser.git"},"keywords":["react","html","htmlparser","htmlparser2","inner html","dangerouslySetInnerHTML"],"author":{"name":"Peter Newnham"},"license":"MIT","devDependencies":{"babel":"^6.3.26","babel-cli":"^6.4.0","babel-core":"^6.4.0","babel-loader":"^6.2.1","babel-plugin-transform-object-assign":"^6.3.13","babel-preset-es2015":"^6.3.13","babel-preset-react":"^6.3.13","coveralls":"^2.11.6","eslint":"^1.10.3","eslint-plugin-react":"3.15.0","html-webpack-plugin":"^1.7.0","inject-loader":"2.0.1","isparta-loader":"^2.0.0","jasmine-core":"^2.4.1","json-loader":"^0.5.4","karma":"^0.13.19","karma-coverage":"^0.5.3","karma-jasmine":"^0.3.6","karma-phantomjs-launcher":"^0.2.3","karma-phantomjs-shim":"^1.2.0","karma-spec-reporter":"0.0.23","karma-webpack":"^1.7.0","phantomjs":"^1.9.19","react":"^0.14.6","react-addons-test-utils":"^0.14.6","react-dom":"^0.14.6","rimraf":"^2.5.0","webpack":"^1.12.11","webpack-dev-server":"^1.14.1"},"dependencies":{"htmlparser2":"^3.9.0"},"peerDependencies":{"react":"^0.13.0 || ^0.14.0"},"gitHead":"86d876c33880bdf54c03d84948d7d36539f5b3ed","bugs":{"url":"https://github.com/wrakky/react-html-parser/issues"},"homepage":"https://github.com/wrakky/react-html-parser#readme","_id":"react-html-parser@1.0.2","_shasum":"7b0992e49087af81db647ed9184ed4d23ade212d","_from":".","_npmVersion":"3.5.3","_nodeVersion":"4.1.1","_npmUser":{"name":"wrakky","email":"pete@blarg.co.uk"},"dist":{"shasum":"7b0992e49087af81db647ed9184ed4d23ade212d","size":514527,"noattachment":false,"key":"/react-html-parser/-/react-html-parser-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-html-parser/download/react-html-parser-1.0.2.tgz"},"maintainers":[{"name":"wrakky","email":"pete@blarg.co.uk"}],"directories":{},"publish_time":1454111629865,"_cnpm_publish_time":1454111629865,"_hasShrinkwrap":false,"dist-tags":{"latest":"2.0.2"}}