1 Star 0 Fork 0

WhatAKitty / react-native-bottom-sheet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 776 Bytes
一键复制 编辑 原始数据 按行查看 历史
WhatAKitty 提交于 2017-06-27 14:05 . bump new version
{
"name": "react-native-bottom-sheet",
"version": "1.0.2",
"description": "React Native Bottom sheet for android",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint *.js",
"test": "npm run lint"
},
"keywords": [
"bottomsheet",
"android"
],
"author": "WhatAKitty",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https@github.com:WhatAKitty/react-native-bottom-sheet.git"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0"
},
"peerDependencies": {
"react": ">=14.5.0",
"react-native": ">=0.29.0"
}
}
JavaScript
1
https://gitee.com/whatakitty/react-native-bottom-sheet.git
git@gitee.com:whatakitty/react-native-bottom-sheet.git
whatakitty
react-native-bottom-sheet
react-native-bottom-sheet
master

搜索帮助