react-crons
Version:
react-cron 定时表达式
35 lines (34 loc) • 809 B
JSON
{
"name": "react-crons",
"version": "2.2.0",
"description": "react-cron 定时表达式",
"keywords": [
"react-cron",
"cron",
"定时任务"
],
"homepage": "https://chensongtao.github.io/react-cron/src-index",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"authors": {
"name": "senter.chen",
"email": "chensongtao5@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/chensongtao/react-cron.git"
},
"scripts": {
"dev": "umi-lib doc dev",
"build": "umi-lib build",
"deploy": "father doc build && father doc deploy"
},
"peerDependencies": {
"react": "16.x",
"antd": "3.x",
"classnames": "2.x"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {}
}