-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.44 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "eventilous",
"version": "1.0.0",
"engines": {
"node": "10.9.0"
},
"description": "Eventilous - Volljs",
"main": "app/app.js",
"scripts": {
"postinstall": "bower cache clean && bower install",
"start": "node app/app.js",
"test": "./node_modules/.bin/mocha app/tests/**/*.js",
"test-browser": "start chrome http://127.0.0.1:8080/app/tests/index.html && http-server ./"
},
"repository": {
"type": "git",
"url": "https://github.com/Vollj/Eventilous.git"
},
"author": "Felipe Alfonso",
"maintainer": "Reuben Antz",
"license": "MIT",
"dependencies": {
"body-parser": "1.19.0",
"cookie-parser": "1.4.4",
"crypto": "1.0.1",
"express": "4.17.1",
"express-session": "1.17.0",
"foobar": "^1.1.0",
"formidable": "1.2.1",
"fs-extra": "^1.0.0",
"heroku": "^7.14.4",
"jquery-ui": "^1.12.1",
"mongodb": "3.3.3",
"mongoose": "5.7.7",
"mongoose-unique-validator": "2.0.3",
"nodemailer": "6.3.1",
"nodemailer-smtp-transport": "2.7.4",
"passport": "0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-google-plus": "^0.5.1",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"pug": "^2.0.0-beta6"
},
"devDependencies": {
"bower": "1.8.8",
"chai": "4.2.0",
"chai-http": "4.3.0",
"eslint": "^3.10.2",
"http-server": "^0.11.1",
"mocha": "6.2.2",
"sinon": "7.5.0"
}
}