document-picker/package.json
2017-10-10 23:16:50 -07:00

33 lines
867 B
JSON

{
"name": "react-native-document-picker",
"version": "2.0.0",
"description": "A react native interface to access Documents from dropbox google drive, iCloud",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Elyx0/react-native-document-picker.git"
},
"keywords": [
"document",
"picker",
"uidocumentmenuviewcontroller",
"react-native",
"dropbox",
"google-drive",
"icloud"
],
"author": "Elyx0 <elyx00@gmail.com> (@Elyx0)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Elyx0/react-native-document-picker/issues"
},
"homepage": "https://github.com/Elyx0/react-native-document-picker#readme",
"devDependencies": {
"react": "^16.0.0-beta.5",
"react-native": "^0.49.3"
}
}