Added package.json

This commit is contained in:
Aakash N S 2015-10-31 20:28:31 +05:30
parent b5afa4eb52
commit 520fb02fd8
1 changed files with 23 additions and 0 deletions

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "react-native-dialogs",
"version": "0.0.1",
"description": "React Native wrappers for https://github.com/afollestad/material-dialogs ",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aakashns/react-native-dialogs.git"
},
"keywords": [
"react-native",
"android"
],
"author": "Aakash N S",
"license": "MIT",
"bugs": {
"url": "https://github.com/aakashns/react-native-dialogs/issues"
},
"homepage": "https://github.com/aakashns/react-native-dialogs#readme"
}