forked from osdio/react-native-html-render
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 730 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 730 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
{
"name": "react-native-html-render",
"version": "1.0.5",
"description": "A html render for react-native",
"main": "index.js",
"scripts": {
"test": "istanbul test _mocha --report html -- test/*.js --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soliury/react-native-html-render.git"
},
"keywords": [
"react-component",
"react-native",
"ios"
],
"author": "soliury",
"license": "ISC",
"bugs": {
"url": "https://github.com/soliury/react-native-html-render/issues"
},
"homepage": "https://github.com/soliury/react-native-html-render#readme",
"devDependencies": {
"chai": "^3.0.0",
"istanbul": "^0.3.17",
"mocha": "^2.2.5"
}
}