-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "node_dictionary",
"version": "1.0.0",
"description": "Add words meaning",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bugToaster/per_dictionay.git"
},
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "*",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "*",
"express-messages": "^1.0.1",
"express-session": "^1.15.6",
"express-validator": "^5.0.0",
"font-awesome": "^4.7.0",
"jquery": "~3.3.1",
"mongodb": "^3.0.2",
"mongoose": "^5.0.5",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"twitter-bootstrap-3.0.0": "^3.0.0",
"utf-8": "^1.0.0"
},
"author": "Anjan Das",
"license": "ISC",
"bugs": {
"url": "https://github.com/bugToaster/per_dictionay/issues"
},
"homepage": "https://github.com/bugToaster/per_dictionay#readme"
}