-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 697 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 697 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
{
"name": "react-native-measure-text",
"version": "1.0.0-beta",
"description": "Measure text height without laying it out.",
"main": "index.js",
"keywords": [
"react-native",
"measure",
"text",
"height",
"precompute",
"block",
"multiline"
],
"repository": {
"type": "git",
"url": "git+https://github.com/airamrguez/react-native-measure-text.git"
},
"bugs": {
"url": "https://github.com/airamrguez/react-native-measure-text/issues"
},
"homepage": "https://github.com/airamrguez/react-native-measure-text#readme",
"author": "Airam Rguez",
"license": "BSD 2-clause License",
"peerDependencies": {
"react-native": "^0.41.2"
}
}