mirror of https://github.com/ouqiang/gocron
29 lines
751 B
JSON
29 lines
751 B
JSON
{
|
|
"name": "gocron",
|
|
"version": "1.0.0",
|
|
"description": "[![Build Status](https://travis-ci.org/ouqiang/gocron.png)](https://travis-ci.org/ouqiang/gocron) # gocron - 定时任务管理系统",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ouqiang/gocron.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/ouqiang/gocron/issues"
|
|
},
|
|
"homepage": "https://github.com/ouqiang/gocron#readme",
|
|
"devDependencies": {
|
|
"cz-conventional-changelog": "^2.0.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|