This repository has been archived by the owner on May 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 132
/
package.json
56 lines (56 loc) · 1.47 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "your-celebrity-match",
"version": "2.3.0",
"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 server.js",
"test": "npm run jshint && (npm run codecov || true)",
"jshint": "jshint --exclude ./node_modules/",
"codecov": "istanbul cover ./node_modules/mocha/bin/_mocha && codecov"
},
"dependencies": {
"body-parser": "^1.18.3",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"express-rate-limit": "^3.3.2",
"express-secure-only": "^0.2.1",
"extend": "^3.0.2",
"helmet": "^3.15.0",
"jade": "^1.11.0",
"mongoose": "^4.13.17",
"q": "^2.0.3",
"twitter": "^0.2.13",
"watson-developer-cloud": "^3.13.0"
},
"devDependencies": {
"codecov": "^3.7.1",
"istanbul": "^0.4.5",
"jshint": "^2.9.6",
"mocha": "^5.2.0",
"nock": "^10.0.2",
"supertest": "^3.3.0"
},
"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/your-celebrity-match/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/your-celebrity-match.git"
},
"engines": {
"node": ">=10"
}
}