forked from small-stone/vCrontab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 927 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "vcrontab_linux",
"version": "0.3.7",
"description": "vue 的 cron 组件,支持解析/反解析 cron 表达式,生成最近五次的符合条件时间",
"author": "smallstone,ljsheep",
"license": "MIT",
"main": "lib/vcrontab_linux.umd.min.js",
"repository": {
"type": "git",
"url": "git@github.com:imaginesheep/vCrontab.git"
},
"homepage": "https://github.com/imaginesheep/vCrontab.git",
"keywords": [
"cron",
"vue",
"vuecron",
"crontab",
"vue-crontab"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lib": "vue-cli-service build --target lib --name vcrontab_linux --dest lib src/index.js"
},
"dependencies": {
"element-ui": "^2.4.11",
"vue": "^2.5.17"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"vue-template-compiler": "^2.5.17"
}
}