forked from saisankargochhayat/Clean_Clan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1014 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
38
39
40
41
42
{
"name": "nodesite",
"version": "1.0.0",
"description": "learnin nodeapp",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"node",
"npm"
],
"author": "Anisha Swain",
"license": "ISC",
"dependencies": {
"bcrypt": "^1.0.1",
"body-parser": "^1.15.2",
"ejs": "^2.5.2",
"email-verification": "^0.4.5",
"express": "^4.14.0",
"express-ejs-layouts": "^2.2.0",
"express-formidable": "^1.0.0",
"express-session": "^1.14.2",
"formidable": "^1.0.17",
"fs": "0.0.2",
"mongoose": "^4.6.8",
"multer": "^1.2.1",
"nodemon": "^1.11.0",
"pre": "^0.1.3",
"serve-index": "^1.8.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Anisha1234/nodesite.git"
},
"bugs": {
"url": "https://github.com/Anisha1234/nodesite/issues"
},
"homepage": "https://github.com/Anisha1234/nodesite#readme"
}