-
Notifications
You must be signed in to change notification settings - Fork 111
/
package.json
49 lines (49 loc) · 1.29 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "angular-cron-gen",
"version": "1.0.1",
"description": "A cron expression generator for AngularJS.",
"main": "index.js",
"style": "build/cron-gen.min.css",
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/vincentjames501/angular-cron-gen.git"
},
"keywords": [
"angular",
"angularjs",
"cron",
"quartz"
],
"author": "Vincent Pizzo",
"license": "MIT",
"bugs": {
"url": "https://github.com/vincentjames501/angular-cron-gen/issues"
},
"homepage": "https://vincentjames.github.io/angular-cron-gen",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/register": "^7.10.3",
"add-stream": "^1.0.0",
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-rollup": "^3.0.0",
"gulp": "^4.0.2",
"gulp-angular-templatecache": "^3.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-less": "^4.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-rollup": "^2.5.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.0.6",
"minimist": "^1.2.5",
"rollup-plugin-babel": "^4.4.0"
}
}