UNPKG

react-room-occupancy-input

Version:

React.js component for specifying a hotel room occupancy: how many adults, how many kids, how old kids are

60 lines (59 loc) 1.51 kB
{ "name": "react-room-occupancy-input", "version": "3.1.0", "description": "React.js component for specifying a hotel room occupancy: how many adults, how many kids, how old kids are", "main": "index.js", "browser": "browser.js", "scripts": { "pretest": "jshint tests src index.js demo.js", "test": "mocha --require ./test-hook -b tests/*.spec.js", "build": "browserify demo.js | uglifyjs > www/bundle.js", "watch": "watchify demo.js -d -o www/bundle.js -v", "tdd": "mocha --require ./test-hook -b -R min -w tests/*.spec.js" }, "repository": { "type": "git", "url": "https://github.com/ikr/react-room-occupancy-input.git" }, "keywords": [ "reactjs", "component", "react-component", "html", "form", "browser", "browserify", "input", "control", "widget", "adults", "count", "children", "ages", "hotel", "room", "stay", "accommodation" ], "author": "Ivan Krechetov <ikr@ikr.su>", "license": "MIT", "bugs": { "url": "https://github.com/ikr/react-room-occupancy-input/issues" }, "homepage": "https://github.com/ikr/react-room-occupancy-input", "devDependencies": { "react": "^0.13.3", "browserify": "^9.0.8", "intl": "^0.1.4", "jsdom": "^5.0.1", "jsdom-test-browser": "^2.1.0", "jshint": "^2.7.0", "mocha": "^2.2.4", "sinon": "^1.14.1", "uglify-js": "^2.4.20", "watchify": "^3.1.2" }, "dependencies": { "react-intl": "^1.2.2" } }