This repository has been archived by the owner on Aug 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 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
56
{
"name": "softour",
"version": "0.0.3",
"description": "Descubre sitios turisticos y ubica la actividad que te gustaria hacer y en donde te gustaria hacerlo",
"keywords": [
""
],
"author": {
"name": "Softour CA",
"email": "des.luistena@hotmail.com"
},
"homepage": "http://softour.tk",
"repository": {
"type": "git",
"url": "https://github.com/desLT/softour"
},
"engines": {
"node": ">= 7.9.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.5",
"async": "^1.5.0",
"basic-auth": "^1.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.0.0",
"connect-flash": "^0.1.1",
"connect-session": "0.0.1",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.14.2",
"formidable": "^1.1.1",
"handlebars": "^4.0.0",
"i18n-express": "^1.1.3",
"joi": "^10.6.0",
"mongoose": "^4.7.7",
"mv": "^2.1.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"scripts": {
"start": "node aplicacion.js",
"dev": "set NODE_ENV=desarrollo&&node aplicacion.js",
"des": "NODE_ENV=desarrollo node aplicacion.js"
},
"main": "aplicacion.js"
}