-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.46 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
57
58
59
60
{
"name": "uhlu",
"version": "3.0.0",
"description": "Scouters del siglo XXI",
"main": "app.js",
"dependencies": {
"angular-animate": "1.6.6",
"angular-aria": "1.6.6",
"angular-i18n": "^1.6.6",
"angular-material": "^1.1.4",
"angular-messages": "^1.6.6",
"angular-route": "^1.6.6",
"angular-sweetalert": "^1.1.2",
"async": "^2.5.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"cheerio": "latest",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.14.0",
"express-session": "^1.15.4",
"fs": "0.0.1-security",
"jquery": "^3.2.1",
"jsonwebtoken": "^7.4.3",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"mysql": "^2.14.1",
"ng-img-crop": "^0.2.0",
"nodemailer": "^4.1.0",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pdfmake": "^0.1.32",
"request": "latest",
"sequelize": "^3.21.0",
"session-memory-store": "^0.2.2",
"sqlite3": "^3.1.3",
"sweetalert": "^1.1.3"
},
"devDependencies": {},
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NTHINGs/Uhlu.git"
},
"keywords": [
"scouts",
"mexico"
],
"author": "NTHINGs",
"license": "MIT",
"bugs": {
"url": "https://github.com/NTHINGs/Uhlu/issues"
},
"homepage": "https://github.com/NTHINGs/Uhlu#readme"
}