react-custom-selector
Version:
react-custom-selector
54 lines (53 loc) • 1.37 kB
JSON
{
"name": "react-custom-selector",
"version": "1.0.2",
"description": "react-custom-selector",
"main": "lib/ReactSelector.js",
"author": "mariostasos",
"homepage": "https://github.com/mariostasos/react-custom-selectorr",
"repository": {
"type": "git",
"url": "https://github.com/mariostasos/react-custom-selector.git"
},
"bugs": {
"url": "https://github.com/mariostasos/react-custom-selector/issues"
},
"dependencies": {
"classnames": "^2.1.2"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"eslint": "3.17.0",
"eslint-plugin-react": "6.10.0",
"gulp": "^3.9.0",
"react": "15.4.2",
"react-component-gulp-tasks": "^0.7.6",
"react-dom": "15.4.2"
},
"peerDependencies": {
"react": "^0.14.0"
},
"browserify-shim": {
"react": "global:React"
},
"scripts": {
"build": "gulp clean && NODE_ENV=production gulp build",
"examples": "gulp dev:server",
"lint": "eslint ./; true",
"publish:site": "NODE_ENV=production gulp publish:examples",
"release": "NODE_ENV=production gulp release",
"start": "gulp dev",
"test": "echo \"no tests yet\" && exit 0",
"watch": "gulp watch:lib"
},
"keywords": [
"react",
"react-component",
"selector",
"select",
"dropdown",
"react-selector",
"react-select",
"react-custom-selector"
]
}