forked from vincentjames501/angular-cron-gen
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.22 KB
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
{
"name": "angular-cron-gen",
"version": "0.0.23",
"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": {
"add-stream": "^1.0.0",
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-rollup": "^1.2.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.1.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-rollup": "^2.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-uglifycss": "^1.0.6",
"rollup-plugin-babel": "^2.6.1"
},
"dependencies": {
"angular-translate": "^2.15.2"
}
}