forked from kusor/node-workflow-redis-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 713 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 713 Bytes
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
{
"author": "Pedro Palazón Candel <kusorbox@gmail.com> (http://www.joyent.com)",
"name": "wf-redis-backend",
"description": "A backend for wf built over Redis",
"version": "0.8.0",
"homepage": "https://github.com/kusor/node-workflow-redis-backend",
"repository": {
"type": "git",
"url": "git://github.com/kusor/node-workflow-redis-backend.git"
},
"main": "lib/workflow-redis-backend.js",
"scripts": {
"test": "./node_modules/.bin/tap ./test/*.test.js"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"bunyan": "0.20.0",
"redis": "0.8.2",
"async": "0.1.22",
"node-uuid": "1.4.0",
"wf": "0.8.3"
},
"devDependencies": {
"tap": "~0.3"
}
}