forked from DamonOehlman/changemachine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (27 loc) · 848 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
{
"name": "changemachine",
"description": "changemachine - handle couchdb change notifications using neuron",
"author": "Damon Oehlman <[email protected]>",
"tags": ["steelmesh", "changes", "couchdb", "queue", "processor"],
"version": "0.3.2",
"main": "index.js",
"engines": { "node": ">= 0.4.x < 0.7.0" },
"dependencies": {
"debug": "*",
"changemate": ">= 0.4.6",
"neuron": "0.4.x"
},
"devDependencies": {
"mocha": ">= 0.7.0"
},
"repository": {
"type": "git",
"url": "http://github.com/DamonOehlman/changemachine.git"
},
"bugs": {
"url": "http://github.com/DamonOehlman/changemachine/issues"
},
"scripts": { "test": "mocha --reporter spec -t 3000" },
"contributors": [
]
}