forked from almost/react-native-fence-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 869 Bytes
/
package.json
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
{
"name": "react-native-fence-html",
"author": "Thomas Beverley",
"license": "BSD-2-Clause",
"repository": "https://github.com/Thomas101/react-native-fence-html",
"description": "React Native component that renders HTML as native views",
"keywords": [
"react-native",
"react-component",
"react-native-component",
"html"
],
"version": "1.0.6",
"scripts": {
"test": "standard"
},
"dependencies": {
"buffer": "^4.5.1",
"events": "^1.1.0",
"html-entities": "^1.2.0",
"htmlparser2": "^3.9.0",
"stream": "0.0.2"
},
"peerDependencies": {
"react": ">=0.14.8",
"react-native": ">=0.24.0",
"react-addons-shallow-compare": ">=0.14.8",
"prop-types": "^15.6.0"
},
"standard": {
"parser": "babel-eslint"
},
"devDependencies": {
"babel-eslint": "^6.0.2",
"standard": "^6.0.8"
}
}