-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 866 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
38
{
"name": "qurl",
"description": "Like hurl but for queues.",
"author": "Luis Reis <[email protected]>",
"contributors": [
"Telmo Costa <[email protected]>",
"Pedro Carriço <[email protected]>"
],
"version": "0.0.1",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sstephenson/project/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/luismreis/qurl.git"
},
"dependencies": {
"amqplib": "^0.3.0",
"body-parser": "^1.9.2",
"bower": "^1.3.12",
"errorhandler": "^1.2.2",
"express": "~4.10.1",
"hiredis": "~0.1.17",
"jade": "~1.7.0",
"method-override": "^2.3.0",
"redis": "~0.12.1",
"socket.io": "~1.2.0"
},
"devDependencies": {
"nodeunit": ">=0.5.0"
},
"engines": {
"node": "~0.10"
}
}