forked from germanattanasio/your-celebrity-match
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "your-celebrity-match",
"version": "1.2.1",
"description": "your-celebrity-match uses the Personality Insights service to find a celebrity similar to you based off of your online presence",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "~1.12.0",
"errorhandler": "~1.3.4",
"express": "~4.11.2",
"express-favicon": "~1.0.1",
"extend": "~2.0.0",
"jade": "~1.9.2",
"mongoose": "^4.3.6",
"morgan": "~1.5.1",
"q": "~2.0.3",
"request": "~2.67.0",
"twitter": "~0.2.13",
"watson-developer-cloud": "~1.0.6",
"winston": "~2.1.1"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "German Attanasio Ruiz",
"email": "[email protected]"
},
{
"name": "Jeff Stylos",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/watson-developer-cloud/yourcelebritymatch/issues"
},
"engines": {
"node": ">=0.10.36"
}
}