-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 927 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
{
"name": "astrostore",
"version": "1.1.3",
"description": "Cross-platform cloud bookmark manager",
"main": "server.js",
"engines": {
"node": "^12.0.0",
"npm": "^6.13.4"
},
"scripts": {
"start": "node server.js"
},
"repository": "github:tggir1/astrostore",
"homepage": "https://astrostore.io",
"author": "Thomas Girgenti <[email protected]> (https://thomasg.dev)",
"license": "MIT",
"private": true,
"dependencies": {
"bcrypt": "latest",
"body-parser": "latest",
"concurrently": "latest",
"cors": "latest",
"dotenv": "latest",
"express": "latest",
"express-rate-limit": "latest",
"helmet": "latest",
"jsonwebtoken": "latest",
"mongoose": "latest",
"morgan": "latest",
"passport": "latest",
"passport-jwt": "latest",
"passport-local": "latest",
"path": "latest",
"rate-limit-mongo": "latest",
"session": "latest"
}
}