-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
44 lines (44 loc) · 855 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
39
40
41
42
43
44
{
"name": "cqs",
"version": "0.11.0",
"author": {
"name": "Jason Smith",
"email": "jhs@nodejitsu.com"
},
"description": "CouchDB Queue Service: an Amazon SQS implementation on CouchDB",
"tags": [
"couchdb",
"queue",
"amazon",
"sqs",
"aws"
],
"homepage": "http://github.com/nodejitsu/cqs",
"repository": {
"type": "git",
"url": "git://github.com/nodejitsu/cqs"
},
"engines": [
"node"
],
"dependencies": {
"browser-request": "~0.3.3",
"browserify": "~7.0.0",
"debug": "~2.1.0",
"defaultable": "0.7.2",
"follow": "~0.11.4",
"request": "~2.49.0",
"txn": "~0.2.10"
},
"devDependencies": {
"tap": "~0.4.13"
},
"browser": {
"request": "browser-request",
"browserify": false
},
"main": "./api",
"scripts": {
"test": "tap test/tap/*"
}
}