forked from iriscouch/follow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 955 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
{ "name": "follow"
, "version": "0.12.1"
, "author": { "name": "Jason Smith"
, "email": "jhs@iriscouch.com" }
, "contributors": [ "Jarrett Cruger <jcrugzz@gmail.com>" ]
, "description": "Extremely robust, fault-tolerant CouchDB changes follower"
, "license": "Apache-2.0"
, "keywords": ["couchdb", "changes", "sleep", "sleepy"]
, "homepage": "http://github.com/iriscouch/follow"
, "repository": { "type": "git"
, "url": "git://github.com/iriscouch/follow" }
, "engines": { "node": "0.12.x || 0.10.x || 0.8.x" }
, "dependencies" : { "request" : "~2.55.0"
, "browser-request" : "~0.3.0"
, "debug": "^2.1.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"}
}