forked from yarikpwnzer/react-native-survey-monkey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 651 Bytes
/
package.json
File metadata and controls
26 lines (26 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
23
24
25
26
{
"name": "react-native-survey-monkey",
"version": "1.2.5",
"description": "React Native library for Survey Monkey",
"contributors": [
"Yaroslav Fuchko <yarikpwnzer1@gmail.com>",
"Ricahrd Mozes <rmozes2@gmail.com>"
],
"homepage": "https://github.com/yarikpwnzer/react-native-survey-monkey",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native"
],
"author": "Yaroslav Fuchko",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.9.17",
"react-native": "0.61.4"
},
"peerDependencies": {
"react-native": "^0.61.4"
}
}