Files
react-native-swiper/package.json
2015-05-02 14:25:19 +08:00

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"
}
}