-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1023 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1023 Bytes
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
{
"name": "counterapi",
"version": "1.0.0",
"description": "This API allows you to create simple counters.Integear as a Service. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app/bin/www.js",
"dev-start": "nodemon app/bin/www.js"
},
"keywords": [
"counterapi",
"viewcounter",
"buttoncounter",
"viewapi"
],
"author": "Asadbek Karimov",
"license": "MIT",
"dependencies": {
"b2": "^0.1.11",
"backblaze": "^2.3.0",
"bcrypt": "^5.0.1",
"bluebird": "^3.7.2",
"body-parser": "^1.19.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-validator": "^6.14.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongoose": "^6.1.2",
"mongoose-beautiful-unique-validation": "^7.1.1",
"morgan": "^1.10.0",
"nanoid": "^3.1.30",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"redis": "3.0.1"
}
}