document-picker/package.json
Daniel Friesen b6117becb8 Merge commit '7db563a8be466f93306f587eebf7cc6e7bf32573' into v3
* commit '7db563a8be466f93306f587eebf7cc6e7bf32573':
  V3 Branch
  2.1.0
2017-10-13 01:04:03 -07:00

36 lines
926 B
JSON

{
"name": "react-native-document-picker",
"version": "3.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",
"peerDependencies": {
"react-native": ">= 0.33"
},
"devDependencies": {
"react": "^16.0.0-beta.5",
"react-native": "^0.49.3"
}
}