forked from GaborWnuk/react-htmltext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 920 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
38
{
"name": "react-htmltext",
"version": "0.40.1",
"keywords": [
"react",
"html",
"text",
"native"
],
"homepage": "https://github.com/GaborWnuk/react-htmltext",
"repository": {
"type": "git",
"url": "https://github.com/GaborWnuk/react-htmltext.git"
},
"private": false,
"scripts": {
"test": "jest --coverage --forceExit",
"flow": "./node_modules/.bin/flow; test $? -eq 0 -o $? -eq 2"
},
"dependencies": {
"events": "^1.1.1",
"htmlparser2": "^3.9.2"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"flow-bin": "^0.41.0",
"jest": "^19.0.2",
"jest-cli": "^19.0.2",
"react-test-renderer": "~15.4.0"
},
"jest": {
"preset": "react-native",
"verbose": true,
"testRegex": "/__tests__/(.*)test_([a-z_.-]+)\\.js$"
}
}