{ "name": "react-datetime", "version": "2.8.1", "description": "A lightweight but complete datetime picker React.js component.", "homepage": "https://github.com/arqex/react-datetime", "repository": { "type": "git", "url": "https://github.com/arqex/react-datetime" }, "main": "./DateTime.js", "files": [ "DateTime.js", "react-datetime.d.ts", "typings/index.d.ts", "src", "css", "dist" ], "types": "./typings/index.d.ts", "scripts": { "build:win": "./node_modules/.bin/gulp.cmd", "build:mac": "./node_modules/.bin/gulp", "test": "node node_modules/mocha/bin/mocha tests", "test:watch": "node node_modules/mocha/bin/mocha --watch tests", "dev": "webpack-dev-server --config example/webpack.config.js --devtool eval --progress --colors --hot --content-base example", "lint": "./node_modules/.bin/eslint src/ DateTime.js", "test:typings": "tsc -p ./typings" }, "keywords": [ "react", "react-component", "datepicker", "timepicker", "datetimepicker", "datetime" ], "author": "Javier Marquez", "license": "MIT", "peerDependencies": { "react": ">=0.13", "react-dom": ">=0.13", "moment": ">=2.16.0" }, "devDependencies": { "@types/react": "^0.14.49", "eslint": "^3.1.0", "gulp": "^3.9.0", "gulp-insert": "^0.4.0", "gulp-uglify": "^1.2.0", "gulp-webpack": "^1.5.0", "jsdom": "^7.0.2", "mocha": "^2.2.5", "moment": ">=2.16.0", "pre-commit": "^1.1.3", "react": ">=0.13", "react-addons-test-utils": ">=0.13", "react-dom": ">=0.13", "react-tools": "^0.13.2", "typescript": "^2.0.10", "webpack": "^1.5.1", "webpack-dev-server": "^1.7.0" }, "dependencies": { "object-assign": "^3.0.0", "react-onclickoutside": "^4.1.0" }, "pre-commit": [ "lint", "test" ] }