forked from fac-15/whotube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "whotube",
"version": "1.0.0",
"description": "WhoTube? user questionnaire.",
"main": "src/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"build": "src/index.js",
"test": "jest --coverage --forceExit --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac-15/whotube.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fac-15/whotube/issues"
},
"homepage": "https://github.com/fac-15/whotube#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-node": "^4.0.0",
"eslint-config-prettier": "^3.4.0",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"morgan": "^1.9.1",
"nock": "^10.0.6",
"node-fetch": "^2.3.0",
"nodemon": "^1.18.9",
"serve-favicon": "^2.5.0",
"supertest": "^3.4.2",
"twitter": "^1.7.1"
},
"devDependencies": {
"jest": "^23.6.0"
}
}