forked from watson-developer-cloud/investment-advisor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 962 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
{
"name" : "investment-advisor",
"version" : "1.0.0",
"author" : "Ary Pablo Batista",
"main" : "app.js",
"license" : "Apache License, Version 2.0",
"description" : "Matches clients with representatives and mutual funds",
"repository" : {
"type" : "git",
"url" : "[email protected]:watson-developer-cloud/investment-advisor.git"
},
"keywords" : [
"investment",
"advisor",
"funds",
"candidates",
"similarity"
],
"dependencies" : {
"body-parser" : "~1.10.2",
"errorhandler" : "~1.3.4",
"express" : "~4.11.2",
"extend" : "~3.0.0",
"fs" : "0.0.2",
"jade" : "~1.9.2",
"mongoose" : "~4.1.3",
"q" : "~1.4.1",
"twitter" : "~1.2.5",
"watson-developer-cloud" : "~0.9.27",
"winston" : "~1.0.1"
}
}