-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
37 lines (37 loc) · 863 Bytes
/
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
{
"name": "redisq",
"version": "0.1.18",
"homepage": "https://github.com/runk/redisq",
"description": "Fast redis based queue",
"keywords": ["redis", "queue"],
"author": "Dmitry Shirokov <[email protected]>",
"dependencies": {
"redis": "0.8.4",
"express": "3.4.0",
"jade": "0.35.0",
"async": "0.2.9"
},
"devDependencies": {
"mocha": ">= 1.8"
},
"repository": {
"type":"git",
"url":"[email protected]:runk/redisq.git"
},
"bugs": {
"mail":"[email protected]",
"url":"http://github.com/runk/redisq/issues"
},
"scripts": {
"test": "mocha -R spec --recursive",
"test-w": "mocha -R spec --recursive --growl --watch"
},
"main": "index.js",
"engine": {
"node": ">=0.8.0", "npm": "1"
},
"licences": [{
"type":"LGPL2.1",
"url": "http://www.gnu.org/licenses/lgpl-2.1.txt"
}]
}