-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 926 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
{
"name": "ace",
"version": "1.0.0",
"description": "Web",
"main": "server.js",
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "~1.15.2",
"bootstrap": "^3.3.7",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.4.3",
"ejs": "^2.5.5",
"email-verification": "^0.4.5",
"express": "^4.14.0",
"express-session": "~1.14.2",
"jquery": "^3.1.1",
"method-override": "~2.3.7",
"mongoose": "^4.7.4",
"morgan": "~1.7.0",
"nodemailer": "^2.7.2",
"passport": "~0.3.2",
"passport-local": "~1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JSai23/ACE.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JSai23/ACE/issues"
},
"homepage": "https://github.com/JSai23/ACE#readme"
}