forked from gpbagga/react-native-read-more
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 826 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@gpbagga/react-native-read-more",
"version": "1.0.12",
"description": "React Native library to implement Read More and Read Less text for short and full description of your text component. You just need to pass text component and number of lines required to show read more text at the last of target line.",
"main": "src/App.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/gpbagga/react-native-read-more.git"
},
"author": "Gaganpreet Singh Bagga",
"license": "ISC",
"bugs": {
"url": "https://github.com/gpbagga/react-native-read-more/issues"
},
"homepage": "https://github.com/gpbagga/react-native-read-more#readme",
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}