mirror of
https://github.com/zhigang1992/react-native-swiper.git
synced 2026-01-12 22:51:00 +08:00
29 lines
711 B
JSON
29 lines
711 B
JSON
{
|
|
"name": "react-native-swiper",
|
|
"keywords": [
|
|
"react-component",
|
|
"react-native",
|
|
"ios"
|
|
],
|
|
"version": "1.2.2",
|
|
"description": "Swiper component for React Native.",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"start": "node_modules/.bin/babel src --out-dir dist",
|
|
"watch": "node_modules/.bin/babel src --out-dir dist --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/leecade/react-native-swiper.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/leecade/react-native-swiper/issues"
|
|
},
|
|
"homepage": "https://github.com/leecade/react-native-swiper#readme",
|
|
"devDependencies": {
|
|
"babel": "^5.1.11"
|
|
}
|
|
}
|