-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "gab.ly",
"version": "0.1.0",
"description": "Make it short, pls!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrieledarrigo/gably.git"
},
"keywords": [
"url",
"shortner"
],
"author": "Gabriele D'Arrigo - [email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/gabrieledarrigo/gably/issues"
},
"homepage": "https://github.com/gabrieledarrigo/gably#readme",
"dependencies": {
"body-parser": "1.19.0",
"compression": "1.7.4",
"config": "3.3.2",
"dotenv": "8.2.0",
"express": "4.17.1",
"http-errors": "1.7.3",
"mongoose": "5.10.13",
"morgan": "1.10.0",
"newrelic": "5.10.0",
"shortid": "2.2.16"
},
"devDependencies": {
"eslint": "7.12.1",
"eslint-config-recommended": "4.1.0",
"jest": "26.6.3",
"mockingoose": "2.13.2",
"nodemon": "2.0.6",
"npm-check": "5.9.2",
"sinon": "9.2.1"
}
}