X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=4bc945693509ca5a8254a84e9b1208faad9ecbda;hb=b6767d8a08ccfc52836e09e3a0886a5cf225b93f;hp=3f7b76597bb629fdd168a10aa9ce05d97890f17b;hpb=02de449a0474765a4796fa607e7e3922252f574f;p=github%2Ffretlink%2Ftime-picker.git diff --git a/package.json b/package.json index 3f7b765..4bc9456 100644 --- a/package.json +++ b/package.json @@ -1,66 +1,70 @@ { - "name": "rc-timepicker", - "version": "0.1.0", - "description": "React Timepicker", + "name": "rc-time-picker", + "version": "2.4.1", + "description": "React TimePicker", "keywords": [ "react", - "react-timepicker", + "react-time-picker", "react-component", "timepicker", + "time-picker", "ui component", "ui", "component" ], "files": [ "lib", + "es", "assets/*.css" ], "main": "lib/index", - "homepage": "http://github.com/react-component/timepicker", + "module": "es/index", + "homepage": "http://github.com/react-component/time-picker", "author": "wuzhao.mail@gmail.com", "repository": { "type": "git", - "url": "git@github.com:react-component/timepicker.git" + "url": "git@github.com:react-component/time-picker.git" }, "bugs": { - "url": "http://github.com/react-component/timepicker/issues" + "url": "http://github.com/react-component/time-picker/issues" }, "licenses": "MIT", "config": { - "port": 8001 + "port": 8011 }, "scripts": { "build": "rc-tools run build", "gh-pages": "rc-tools run gh-pages", - "start": "rc-server", - "pub": "rc-tools run pub", + "start": "rc-tools run server", + "compile": "rc-tools run compile --babel-runtime", + "pub": "rc-tools run pub --babel-runtime", "lint": "rc-tools run lint", - "karma": "rc-tools run karma", - "saucelabs": "rc-tools run saucelabs", - "browser-test": "rc-tools run browser-test", - "browser-test-cover": "rc-tools run browser-test-cover", - "validate": "npm ls" + "karma": "rc-test run karma", + "saucelabs": "rc-test run saucelabs", + "test": "rc-test run test", + "chrome-test": "rc-test run chrome-test", + "coverage": "rc-test run coverage" }, "devDependencies": { "async": "~0.9.0", "bootstrap": "~3.3.2", "expect.js": "~0.3.1", - "jquery": "~1.11.3", + "jquery": "1.x", "pre-commit": "1.x", - "rc-server": "3.x", - "rc-tools": "4.x", - "react": "0.14.x", - "react-addons-test-utils": "~0.14.0", - "react-dom": "0.14.x" + "rc-test": "^6.0.1", + "rc-tools": "6.x", + "rc-util": "^4.0.2", + "react": "15.x", + "react-dom": "15.x" }, "pre-commit": [ "lint" ], "dependencies": { - "gregorian-calendar": "4.x", - "gregorian-calendar-format": "4.x", - "object-assign": "4.x", - "rc-trigger": "1.x", - "rc-util": "2.x" + "babel-runtime": "6.x", + "classnames": "2.x", + "moment": "2.x", + "prop-types": "^15.5.8", + "rc-trigger": "1.x" } }