react-native-tooltip/package.json
2015-06-25 18:28:26 -04:00

26 lines
560 B
JSON

{
"name": "react-native-tooltip",
"version": "0.1.5",
"description": "A react-native wrapper for showing tooltips",
"main": "ToolTipText.ios.js",
"author": {
"name": "Chirag Jain",
"email": "jain_chirag04@yahoo.com",
"url": "http://chiragjain.tumblr.com"
},
"repository": {
"type": "git",
"url": "git@github.com:chirag04/react-native-tooltip.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"ios",
"tooltip"
],
"peerDependencies": {
"react-native": ">= 0.4 || 0.7.0-rc1"
}
}