-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (39 loc) · 827 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
39
40
{
"name": "zq-react-native-expandable-text",
"version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"expandable",
"text",
"expandable-text"
],
"repository": {
"type": "git",
"url": "[email protected]:rabbitmouse/react-native-expandable-text.git"
},
"license": "MIT",
"author": {
"name": "harriszhu",
"email": "[email protected]"
},
"license": "",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "17.0.2",
"react-native": "0.67.3"
},
"dependencies": {
"react-native-fast-image": "8.6.3",
"react-native-linear-gradient": "^2.6.2"
}
}