Skip to content

Commit 2d0d855

Browse files
committed
included all the missing dependencies
1 parent 1dc45cf commit 2d0d855

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ node_modules
3131
credentials.js
3232

3333
# webstorm project files
34-
.idea
34+
.idea
35+
credentials_.js

package.json

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
{
22
"name": "AdnViewerBasic",
3-
4-
"version": "0.0.0",
5-
3+
"version": "0.0.0",
64
"dependencies": {
5+
"aws-sign2": "^0.5.0",
6+
"bl": "^0.9.4",
7+
"caseless": "^0.10.0",
8+
"combine-stream": "0.0.4",
9+
"combined-stream": "0.0.7",
710
"express": "*",
11+
"forever-agent": "^0.6.1",
12+
"form-data": "^0.2.0",
13+
"har-validator": "^1.6.1",
14+
"hawk": "^2.3.1",
15+
"http-signature": "^0.11.0",
16+
"isstream": "^0.1.2",
17+
"json-stringify-safe": "^5.0.0",
18+
"mime-types": "^2.0.10",
19+
"node-uuid": "^1.4.3",
20+
"oauth-sign": "^0.7.0",
21+
"qs": "^2.4.1",
822
"request": "*",
9-
"serve-favicon": "*"
23+
"router": "^1.1.0",
24+
"serve-favicon": "*",
25+
"stringstream": "0.0.4",
26+
"tough-cookie": "^0.13.0",
27+
"tunnel-agent": "^0.4.0"
1028
}
11-
}
29+
}

0 commit comments

Comments
 (0)