-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 Bytes
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
{
"name": "crontools",
"version": "0.0.7",
"description": "An JS Package to manipulate, build and validate Cronjob Timings.",
"main": "lib/crontime.js",
"repository": "git://github.com/l-mbert/crontools.git",
"keywords": [
"cron",
"crontools",
"cronjobtimings",
"cronbuilder",
"cronjobbuilder",
"cronjobvalidator",
"cronjobtimingvalidator"
],
"files": [
"README.md",
"lib/crontools.js"
],
"author": "Lambert <lambertweller@live.de>",
"license": "GPL-3.0",
"scripts": {
"build": "rollup -c"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.6",
"rollup": "^2.7.1",
"rollup-plugin-uglify": "^6.0.4",
"rollup-plugin-babel": "^4.3.3"
}
}