forked from iriscouch/follow
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 894 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
45
46
{
"name": "follow",
"version": "1.1.0",
"author": {
"name": "Jason Smith",
"email": "[email protected]"
},
"contributors": [
"Jarrett Cruger <[email protected]>"
],
"description": "Extremely robust, fault-tolerant CouchDB changes follower",
"license": "Apache-2.0",
"keywords": [
"couchdb",
"changes",
"sleep",
"sleepy"
],
"homepage": "http://github.com/jhs/follow",
"repository": {
"type": "git",
"url": "git://github.com/jhs/follow"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"browser-request": "~0.3.0",
"debug": "^2.1.0",
"request": "^2.83.0"
},
"devDependencies": {
"tap": "~0.4.0",
"traceback": "~0.3.0"
},
"browser": {
"request": "browser-request"
},
"main": "./api.js",
"scripts": {
"test": "tap test/*.js"
},
"bin": {
"follow": "./cli.js"
}
}