forked from hatashiro/react-render-html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 980 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "react-render-html",
"version": "0.1.6",
"description": "No more dangerouslySetInnerHTML, render HTML as React element.",
"main": "index.js",
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noraesae/react-render-html.git"
},
"keywords": [
"react",
"html"
],
"author": "Hyunje Alex Jun <me@noraesae.net> (http://noraesae.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/noraesae/react-render-html/issues"
},
"homepage": "https://github.com/noraesae/react-render-html#readme",
"devDependencies": {
"ava": "^0.16.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"xo": "^0.16.0"
},
"xo": {
"space": true
},
"dependencies": {
"camelcase": "^3.0.0",
"parse5": "^2.0.2",
"react-attr-converter": "crowdsdom/react-attr-converter",
"uppercamelcase": "^1.1.0"
},
"peerDependencies": {
"react": "^15.1.0"
}
}