UNPKG

react-keyboard-time-input

Version:
95 lines (94 loc) 2.91 kB
{ "name": "react-keyboard-time-input", "version": "2.1.1", "description": "A keyboard friendly react component for capturing time", "module": "./es/TimeInput", "jsnext:main": "./es/TimeInput", "main": "./dist/TimeInput", "scripts": { "predeploy-docs": "./node_modules/.bin/webpack --config webpack.config.js", "deploy-docs": "gh-pages -d docs", "eslint": "eslint --config ./.eslintrc.js ./src --ext .js,.jsx", "pretest": "yarn run eslint", "test": "jest --coverage", "coverage-ci": "codecov", "start": "webpack-dev-server --config webpack.config.js", "compile:common-one-file": "BABEL_ENV=commonjs NODE_ENV=production ./node_modules/.bin/webpack --config webpack.commonjs.config.js", "compile:es": "NODE_ENV=production babel src/ --out-dir ./es", "compile": "BABEL_ENV=commonjs NODE_ENV=production babel src/ --out-dir ./dist", "preprepublish": "yarn run test", "prepublish": "yarn run compile && yarn run compile:es" }, "author": "Alan Clarke <hi@alz.so> (alz.so)", "contributors": [ "Matt Livingston <matt.l.livingston@gmail.com>", "Radu Mardale <radu.mardale@gmail.com>" ], "license": "MIT", "dependencies": {}, "devDependencies": { "babel-cli": "^6.10.1", "babel-core": "^6.26.0", "babel-jest": "^22.0.6", "babel-loader": "7.1.2", "babel-plugin-transform-rename-import": "^2.1.1", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "babel-register": "^6.5.2", "create-react-class": "^15.5.3", "eslint": "^4.15.0", "eslint-plugin-react": "^7.5.1", "file-loader": "^1.1.6", "gh-pages": "^1.1.0", "html-webpack-plugin": "^2.30.1", "jest": "^22.0.6", "prettier": "^1.10.2", "prop-types": "^15.5.10", "raw-loader": "^0.5.1", "react": "^16.2.0", "react-addons-test-utils": "^15.6.2", "react-dom": "^16.2.0", "react-test-utils": "0.0.1", "regenerator-runtime": "^0.11.1", "source-map-loader": "^0.2.3", "standard": "^10.0.3", "style-loader": "^0.19.1", "webpack": "^3.10.0", "webpack-dev-server": "^2.10.1", "webpack-hot-middleware": "^2.7.1" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0 || ^16.0.0" }, "directories": { "test": "test" }, "standard": { "ignore": [ "/dist/*" ] }, "keywords": [ "simple", "field", "form", "input", "picker", "keyboard time", "simple time", "time", "time input", "timepicker", "keyboard timepicker" ], "repository": { "type": "git", "url": "git+https://github.com/radumardale/react-keyboard-time-input.git" }, "bugs": { "url": "https://github.com/radumardale/react-keyboard-time-input/issues" }, "homepage": "https://github.com/radumardale/react-keyboard-time-input#readme" }