forked from angular-cron-jobs/angular-cron-jobs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.67 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
50
51
52
53
54
55
56
57
{
"name": "angular-cron-jobs",
"description": "UI Component For Creating Cron Job Syntax To Send To Server",
"version": "3.2.0",
"filename": "angular-cron-jobs.min.js",
"main": "./dist/angular-cron-jobs.min.js",
"homepage": "https://github.com/jacobscarter/angular-cron-jobs",
"author": "Jacob Carter <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/jacobscarter/angular-cron-jobs.git"
},
"scripts": {
"test": "grunt build",
"coveralls": "cat ./coverage/lcov/lcov.info | coveralls",
"codacy": "cat ./coverage/lcov/lcov.info | codacy-coverage --verbose",
"grunt": "./node_modules/.bin/grunt",
"karma": "./node_modules/.bin/karma",
"karma-run": "node ./node_modules/karma/bin/karma start karma.conf.js --single-run"
},
"keywords": [
"angular",
"cron",
"cron-job",
"cron job"
],
"maintainers": [
{
"name": "Jacob Carter",
"website": "http://strangemilk.com"
}
],
"dependencies": {},
"devDependencies": {
"codacy-coverage": "^2.0.0",
"coveralls": "^2.11.13",
"grunt": "^1.0.1",
"grunt-bower": "^0.21.2",
"grunt-bower-task": "^0.4.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-html2js": "^0.3.6",
"grunt-karma": "^2.0.0",
"grunt-recess": "^1.0.1",
"jasmine-core": "^2.5.2",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"karma": "^1.3.0"
},
"license": "MIT"
}