Skip to content

Commit b6b4c07

Browse files
committed
Updated versions
1 parent b8b13d3 commit b6b4c07

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
22
"name": "hyperflow",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"engines": {
5-
"node": ">= 0.10"
5+
"node": "~4.8.7"
66
},
77
"bin": {
88
"hflow": "./bin/hflow",
99
"hflow-convert-dax": "./bin/hflow-convert-dax"
1010
},
1111
"dependencies": {
12-
"express": "3.x",
12+
"adm-zip": "0.4.7",
13+
"amqplib": "0.5.2",
14+
"async": "0.2.x",
1315
"consolidate": "0.10.x",
14-
"cradle": "0.6.6",
16+
"crc": "0.2.1",
17+
"cross-spawn": "^6.0.5",
18+
"docopt": "0.6.2",
1519
"ejs": "0.8.4",
20+
"eventemitter2": "5.x",
21+
"express": "3.x",
1622
"eyes": "0.1.8",
17-
"async": "0.2.x",
18-
"redis": "2.4.2",
19-
"xml2js": "0.2.7",
20-
"underscore": "1.x",
21-
"uuid": "",
22-
"amqplib": "",
23-
"when": "",
24-
"eventemitter2": "",
25-
"optimist": "0.6.0",
26-
"walkdir": "0.0.7",
27-
"path": "0.4.9",
28-
"z-schema": "2.0.x",
29-
"walk": "2.x",
30-
"mtwitter": "1.5.2",
31-
"crc": "0.2.1",
23+
"file": "0.2.x",
24+
"form-data": "2.3.x",
25+
"istanbul": "0.4.x",
3226
"log4js": "0.6.9",
27+
"mtwitter": "1.5.2",
3328
"nconf": "0.6.8",
34-
"file": "0.2.x",
35-
"value": "0.3.0",
36-
"form-data": "",
37-
"nodeunit": "",
38-
"request": "",
39-
"requestretry": "",
40-
"q": "",
41-
"traverse": "",
42-
"istanbul": "",
43-
"docopt": "",
44-
"xpath": "",
45-
"xmldom": "",
29+
"nodeunit": "0.11.x",
30+
"optimist": "0.6.0",
31+
"path": "0.4.9",
32+
"q": "1.5.x",
33+
"redis": "2.4.2",
34+
"request": "2.x",
35+
"requestretry": "1.x",
4636
"shell-quote": "1.4.2",
47-
"adm-zip": "",
48-
"which": ""
37+
"traverse": "0.6.x",
38+
"underscore": "1.x",
39+
"uuid": "3.x",
40+
"value": "0.3.0",
41+
"walk": "2.x",
42+
"walkdir": "0.0.7",
43+
"when": "3.x",
44+
"which": "1.x",
45+
"xml2js": "0.4.x",
46+
"xmldom": "0.1.x",
47+
"xpath": "0.x",
48+
"z-schema": "2.0.x"
4949
},
5050
"files": [
5151
"LICENSE",

0 commit comments

Comments
 (0)