forked from wa0x6e/Fresque
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 709 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 709 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
{
"name": "Fresque",
"version": "1.3.1",
"description": "A command line tool to manage php-resque",
"keywords": [
"php-resque",
"resque",
"cli",
"background jobs"
],
"repository": {
"type": "git",
"url": "git://github.com/kamisama/Fresque.git"
},
"homepage": "https://github.com/kamisama/Fresque",
"author": {
"name": "Wan Qi Chen",
"url": "http://www.kamisama.me"
},
"license": "MIT",
"bugs": "https://github.com/kamisama/Fresque/issues",
"github": "https://github.com/kamisama/Fresque",
"devDependencies": {
"grunt-shell": "~0.2.2",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-phpunit": "~0.2.1"
}
}