react-selector
Version:
A React component that allows to filter and move item between two lists.
36 lines (34 loc) • 938 B
JSON
{
"name": "react-selector",
"version": "0.0.5",
"description": "A React component that allows to filter and move item between two lists.",
"author": "João Valente <joao@doist.io> (http://doist.io)",
"homepage": "http://jvalente.github.io/react-selector-demo/",
"main": "lib/ReactSelector.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/jvalente/react-selector"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"browserify": "^9.0.3",
"react": "0.13.0"
},
"tags": [
"react",
"selector"
],
"keywords": [
"react",
"react-component",
"react-selector",
"lists",
"select",
"selector",
"picker"
],
"scripts": {
"coffee": "./node_modules/coffee-script/bin/coffee -o lib/ -c src/ReactSelector.coffee ",
"build": "npm run coffee"
}
}