-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 834 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 834 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
31
32
33
34
{
"name": "node-redis-queue-demos",
"version": "0.0.9",
"description": "Examples of how to use node-redis-queue.",
"dependencies": {
"node-redis-queue": "~0.2.3",
"request": "^2.44.0"
},
"devDependencies": {
"coffee-script": "^1.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"coffee": "bash node_modules/.bin/coffee --compile --output . *.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/cwjohan/node-redis-queue-demos.git"
},
"keywords": [
"queue",
"queueing",
"work",
"redis",
"demo",
"example"
],
"author": "Craig Johannsen",
"license": "MIT",
"bugs": {
"url": "https://github.com/cwjohan/node-redis-queue-demos/issues"
},
"homepage": "https://github.com/cwjohan/node-redis-queue-demos"
}