forked from hyperflow-wms/hyperflow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.21 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "hyperflow",
"version": "1.0.0-beta-2",
"engines": {
"node": ">= 0.10"
},
"bin": {
"hflow": "./bin/hflow",
"hflow-convert-dax": "./bin/hflow-convert-dax"
},
"dependencies": {
"express": "3.x",
"consolidate": "0.10.x",
"cradle": "0.6.6",
"ejs": "0.8.4",
"eyes": "0.1.8",
"async": "0.2.x",
"redis": "2.4.2",
"xml2js": "0.2.7",
"underscore": "1.x",
"uuid": "",
"amqplib": "",
"when": "",
"eventemitter2": "",
"optimist": "0.6.0",
"walkdir": "0.0.7",
"path": "0.4.9",
"z-schema": "2.0.x",
"walk": "2.x",
"mtwitter": "1.5.2",
"crc": "0.2.1",
"log4js": "0.6.9",
"nconf": "0.6.8",
"file": "0.2.x",
"value": "0.3.0",
"form-data": "",
"nodeunit": "",
"request": "",
"requestretry": "",
"q": "",
"traverse": "",
"istanbul": "",
"docopt": "",
"xpath": "",
"xmldom": "",
"shell-quote": "1.4.2",
"adm-zip": "",
"which": ""
},
"files": [
"LICENSE",
"README.md",
"SPEC.md",
"bin",
"converters",
"engine2",
"eventlog",
"examples",
"functions",
"package.json",
"public",
"server",
"tests",
"views",
"wflib"
]
}