forked from wa0x6e/Cake-Resque
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 777 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 777 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
{
"name": "CakeResque",
"version": "4.0.2",
"description": "Resque plugin for CakePHP : for creating background jobs that can be processed offline later",
"keywords": [
"php-resque",
"resque",
"cli",
"cakephp",
"background jobs",
"scheduled jobs"
],
"repository": {
"type": "git",
"url": "git://github.com/kamisama/Cake-Resque.git"
},
"homepage": "http://cakeresque.kamisama.me/",
"author": {
"name": "Wan Qi Chen",
"url": "http://www.kamisama.me"
},
"license": "MIT",
"bugs": "https://github.com/kamisama/Cake-Resque/issues",
"github": "https://github.com/kamisama/Cake-Resque",
"devDependencies": {
"grunt-shell": "~0.2.2",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-clean": "~0.4.1"
}
}