rn-sliding-up-panel
Version:
Draggable sliding up panel implemented in React Native
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "rn-sliding-up-panel",
"version": "1.0.0",
"description": "Draggable sliding up panel implemented in React Native",
"main": "SlidingUpPanel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/octopitus/rn-sliding-up-panel.git"
},
"keywords": [
"react",
"react-native",
"react-native-component",
"ui",
"mobile",
"sliding",
"panel",
"sliding-up-panel"
],
"author": "Luy Tran <thailuy86@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/octopitus/rn-sliding-up-panel/issues"
},
"homepage": "https://github.com/octopitus/rn-sliding-up-panel#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-preset-stage-0": "^6.16.0",
"eslint": "^3.12.2",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-react": "^6.5.0"
}
}