mirror of
https://github.com/zhigang1992/react-native-slider.git
synced 2026-01-12 22:50:54 +08:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "react-native-slider",
|
|
"version": "0.6.0",
|
|
"description": "A pure JavaScript <Slider /> component for react-native",
|
|
"main": "lib/Slider.js",
|
|
"author": "Jean Regisser <jean.regisser@gmail.com> (https://github.com/jeanregisser)",
|
|
"keywords": [
|
|
"react-component",
|
|
"react-native",
|
|
"ios",
|
|
"android",
|
|
"slider"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf lib",
|
|
"start": "node_modules/react-native/packager/packager.sh",
|
|
"build": "babel src --out-dir lib",
|
|
"prepublish": "npm run clean && npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:jeanregisser/react-native-slider.git"
|
|
},
|
|
"dependencies": {
|
|
"react-addons-shallow-compare": "^0.14.8",
|
|
"style-equal": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.6.5",
|
|
"babel-eslint": "^3.1.15",
|
|
"babel-preset-react-native": "^1.5.6",
|
|
"eslint": "^0.23.0",
|
|
"eslint-plugin-react": "^2.5.2",
|
|
"react": "^0.14.8",
|
|
"react-native": "^0.24.1",
|
|
"rimraf": "^2.5.2"
|
|
}
|
|
}
|