package.json 716 Bytes
Newer Older
xwenliang's avatar
init  
xwenliang committed
1 2
{
  "name": "react-native-picker",
xwenliang's avatar
xwenliang committed
3
  "version": "0.2.2",
xwenliang's avatar
init  
xwenliang committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
  "description": "react-native-picker",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beefe/react-native-picker.git"
  },
  "keywords": [
    "react-native",
    "picker"
  ],
  "author": {
    "name": "zooble",
    "email": "wenliang.web@gmail.com"
  },
  "dependencies": {
xwenliang's avatar
xwenliang committed
22
    "react-native-picker-android": "~0.3.2"
xwenliang's avatar
init  
xwenliang committed
23 24 25 26 27 28 29 30 31 32
  },
  "engines": {
    "node": ">=4"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/beefe/react-native-picker/issues"
  },
  "homepage": "https://github.com/beefe/react-native-picker#readme"
}