26 lines
544 B
JSON
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"
|
|
}
|
|
}
|