-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.34 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
{
"name": "ona-api",
"version": "1.0.0",
"description": "Ona Api",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/llastkrakw/ona-api.git"
},
"author": "llastkrakw",
"license": "ISC",
"bugs": {
"url": "https://github.com/llastkrakw/ona-api/issues"
},
"homepage": "https://github.com/llastkrakw/ona-api#readme",
"dependencies": {
"atob": "^2.1.2",
"bcrypt": "^5.0.0",
"btoa": "^1.2.1",
"cookie-parser": "^1.4.5",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"is-url": "^1.2.4",
"jsonwebtoken": "^8.5.1",
"moment": "^2.27.0",
"mongodb": "^3.5.9",
"mongoose": "^5.9.25",
"morgan": "^1.10.0",
"url": "^0.11.0"
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
},
{
"url": "heroku/nodejs"
}
],
"engines": {
"node": "12.x",
"npm": "6.x"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}