-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 1007 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
{
"name": "rn-circle-quick-actions",
"version": "1.0.2",
"description": "A React Native library to display a modal popup quick actions menu",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viettranx/rn-circle-quick-actions.git"
},
"keywords": [
"react-native",
"quick",
"actions",
"popup"
],
"peerDependencies": {
"react": "^16.0",
"react-native": "^0.51 || ^0.52 || ^0.53 || ^0.54 || ^0.55 || ^0.56",
"prop-types": "^15.0 || ^16.0"
},
"devDependencies": {
"prop-types": "^15.5.10",
"react": "^16.3.0-alpha.1",
"react-native": "^0.55"
},
"dependencies": {
"react-native-status-bar-height": "^2.0.0"
},
"author": "viettranx",
"license": "MIT",
"bugs": {
"url": "https://github.com/viettranx/rn-circle-quick-actions/issues"
},
"homepage": "https://github.com/viettranx/rn-circle-quick-actions#readme"
}