forked from kusor/node-workflow-pg-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) · 705 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 705 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-pg-backend",
"description": "A backend for wf built over PostgreSQL",
"version": "0.2.9",
"homepage": "https://github.com/kusor/node-workflow-pg-backend",
"repository": {
"type": "git",
"url": "git://github.com/kusor/node-workflow-pg-backend.git"
},
"main": "lib/workflow-pg-backend.js",
"scripts": {
"test": "./node_modules/.bin/tap ./test/*.test.js"
},
"engines": {
"node": ">=0.6"
},
"dependencies": {
"pg": "0.6.17",
"bunyan": "0.6.8",
"async": "0.1.18",
"node-uuid": "1.3.3",
"wf": "~0.2.6"
},
"devDependencies": {
"tap": "0.2.0"
}
}