react-native-tooltip/package.json
2015-05-18 23:07:42 -04:00

26 lines
544 B
JSON

{
"name": "react-native-tooltip",
"version": "0.1.0",
"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",
],
"dependencies": {
"react-native": "^0.4.4"
}
}