UNPKG

rmc-date-picker

Version:

React Mobile DatePicker Component for web and react-native

69 lines (68 loc) 1.75 kB
{ "name": "rmc-date-picker", "version": "5.0.2", "description": "React Mobile DatePicker Component for web and react-native", "keywords": [ "react", "react-component", "react-mobile-date-picker", "date-picker" ], "homepage": "https://github.com/react-component/m-date-picker", "maitainers": [ "yiminghe@gmail.com", "hualei5280@gmail.com" ], "repository": { "type": "git", "url": "https://github.com/react-component/m-date-picker.git" }, "bugs": { "url": "https://github.com/react-component/m-date-picker/issues" }, "files": [ "lib", "assets/*.css" ], "licenses": "MIT", "main": "./lib/index", "config": { "port": 8007 }, "scripts": { "watch-tsc": "rc-tools run watch-tsc", "compile": "rc-tools run compile --babel-runtime", "build": "rc-tools run build", "gh-pages": "rc-tools run gh-pages", "start": "rc-tools run server --babel-runtime", "pub": "rc-tools run pub --babel-runtime", "lint": "rc-tools run lint --no-js-lint", "karma": "rc-tools run karma", "saucelabs": "rc-tools run saucelabs", "test": "rc-tools run test", "chrome-test": "rc-tools run chrome-test", "coverage": "rc-tools run coverage" }, "devDependencies": { "expect.js": "0.3.x", "fastclick": "^1.0.6", "jquery": "^2.1.4", "pre-commit": "1.x", "rc-tools": "5.x", "react": "15.x", "react-addons-test-utils": "15.x", "react-dom": "15.x", "react-native": "0.33.0", "react-native-index-page": "~0.1.0" }, "typings": "./lib/index.web.d.ts", "pre-commit": [ "lint" ], "dependencies": { "babel-runtime": "6.x", "classnames": "2.x", "moment": "2.x", "rmc-picker": "3.x" } }