forked from germanattanasio/your-celebrity-match
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 994 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
33
34
35
36
37
38
39
40
{
"name": "your-celebrity-match",
"version": "2.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.14.2",
"express": "^4.13.4",
"express-rate-limit": "^2.1.0",
"express-secure-only": "^0.2.1",
"extend": "^3.0.0",
"helmet": "^1.1.0",
"jade": "^1.11.0",
"mongoose": "^4.4.5",
"q": "^2.0.3",
"twitter": "^0.2.13",
"watson-developer-cloud": "^1.2.4"
},
"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.12.0"
}
}