Skip to content

Commit

Permalink
Published npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromb committed Nov 5, 2015
1 parent 02cf6aa commit 11c110c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.log
node_modules
AwesomeProject.xcodeproj
AwesomeProjectTests
index.ios.js
iOS
42 changes: 42 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "react-native-keyboard-aware-scroll-view",
"version": "0.0.1",
"description": "A React Native ScrollView component that resizes when the keyboard appears.",
"main": "KeyboardAwareScrollView.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/APSL/react-native-keyboard-aware-scroll-view.git"
},
"tags": [
"react",
"react-native",
"react-component",
"ios",
"android"
],
"keywords": [
"react",
"react-native",
"scrollview",
"keyboard"
"ios",
"android",
"react-component"
],
"author": "Alvaro Medina Ballester <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/APSL/react-native-keyboard-aware-scroll-view/issues"
},
"homepage": "https://github.com/APSL/react-native-keyboard-aware-scroll-view#readme",
"dependencies": {
"react-native": ">=0.12.0",
"react-timer-mixin": "^0.13.3"
},
"peerDependencies": {
"react-native": ">=0.12.0"
}
}

0 comments on commit 11c110c

Please sign in to comment.