-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
30 lines (30 loc) · 844 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
{
"name": "react-native-text-size",
"version": "4.0.0-rc.1",
"description": "Measure text accurately before laying it out and get font information from your App",
"main": "index.js",
"keywords": [
"react-native",
"measure",
"text",
"size",
"height",
"width",
"precompute",
"block",
"layout",
"multiline",
"fonts"
],
"repository": "https://github.com/aMarCruz/react-native-text-size.git",
"bugs": "https://github.com/aMarCruz/react-native-text-size/issues",
"homepage": "https://github.com/aMarCruz/react-native-text-size",
"author": "aMarCruz <amarcruzbox_git@yahoo.com>",
"license": "BSD-2-Clause",
"scripts": {
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && cd android && ./gradlew clean"
},
"peerDependencies": {
"react-native": ">=0.59.0"
}
}