forked from MagnaSIS/practicas15
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 798 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 798 Bytes
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
{
"name": "practicas15",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"dependencies": {
"body-parser": "~1.12.4",
"cookie-parser": "~1.3.5",
"crypto": "0.0.3",
"debug": "~2.2.0",
"ejs": "~2.3.1",
"express": "~4.12.4",
"express-partials": "^0.3.0",
"express-session": "^1.11.3",
"fs": "0.0.2",
"method-override": "^2.3.3",
"morgan": "~1.5.3",
"nodemailer": "^1.3.4",
"openssl": "^0.1.0",
"password-reset": "^0.1.4",
"pg": "^4.4.0",
"pg-hstore": "^2.3.2",
"randomstring": "^1.0.6",
"sequelize": "^3.2.0",
"dotenv": "^1.1.0",
"serve-favicon": "~2.2.1"
},
"devDependencies": {
"sqlite3": "^3.0.8"
}
}