forked from Astrocoders/react-native-selectable-text
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 651 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@alentoma/react-native-selectable-text",
"version": "1.6.0",
"description": "React Native component used to provide the features of pass different context menu items and events",
"main": "index.ts",
"homepage": "https://github.com/alentoma/react-native-selectable-text",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native"
],
"author": "Astrocoders <contact@astrocoders.com>",
"license": "MIT",
"devDependencies": {
"react-native": "*"
},
"dependencies": {
"fast-memoize": "*",
"uuid": "*"
}
}