react-native-custom-survey-forms
Version:
Create customized survey forms
49 lines • 1.23 kB
JSON
{
"name": "react-native-custom-survey-forms",
"version": "0.0.2-rc.7",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.5"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/runtime": "^7.7.6",
"@react-native-community/eslint-config": "^0.0.5",
"@types/jest": "^24.0.23",
"@types/react": "^16.9.16",
"@types/react-native": "^0.60.25",
"@types/react-test-renderer": "^16.9.1",
"babel-jest": "^24.9.0",
"eslint": "^6.7.2",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
},
"description": "Create customized survey forms",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dabigjoe6/react-native-custom-survey-forms.git"
},
"keywords": [
"form",
"custom",
"google"
],
"author": "Joseph Olabisi",
"license": "ISC",
"bugs": {
"url": "https://github.com/dabigjoe6/react-native-custom-forms/issues"
},
"homepage": "https://github.com/dabigjoe6/react-native-custom-forms#readme"
}