forked from e2ebridge/bpmn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 840 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
{
"name": "bpmn",
"version": "0.2.2",
"description": "BPMN 2.0 execution engine",
"main": "./lib/public.js",
"keywords": [
"bpmn",
"workflow",
"process",
"automation",
"integration",
"system integration"
],
"dependencies": {
"sax": ">= 0.5.2",
"node-fs": ">= 0.1.5",
"jaguardb": ">= 0.1.3",
"winston": ">= 0.7.1",
"restify": ">= 2.5.1",
"bunyan": ">= 0.21.3",
"node-uuid": ">= 1.4.0",
"underscore.string": "^2.3.3",
"async": "0.9.0"
},
"optionalDependencies": {
"mongodb": ">= 1.3.10",
"e2e-transaction-logger": "~0.1.0"
},
"devDependencies": {
"nodeunit": ">= 0.7.4",
"commander": ">= 2.0.0",
"istanbul": ">= 0.1.44"
},
"repository": "https://github.com/e2ebridge/bpmn.git",
"author": "[email protected]",
"license": "MIT"
}