-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 880 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
{
"name": "english-vocabulary",
"version": "1.0.0",
"description": "A tool to increase your English vocabulary",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmirTallap/english-vocabulary.git"
},
"keywords": [
"English",
"words",
"vocabulary"
],
"author": "AmirTallap",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmirTallap/english-vocabulary/issues"
},
"homepage": "https://github.com/AmirTallap/english-vocabulary#readme",
"dependencies": {
"body-parser": "^1.20.3",
"bootstrap": "^5.3.3",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"nodemon": "^3.1.4",
"pkg": "^5.8.1",
"sqlite3": "^5.1.7"
}
}