-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.28 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
{
"name": "savetv",
"main": "./server/server.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "~1.4.2",
"cheerio": "^1.0.0-rc.2",
"connect-mongo": "^2.0.1",
"dotenv": "^5.0.1",
"express": "~4.5.1",
"express-session": "^1.15.6",
"jquery": "^3.3.1",
"method-override": "~2.0.2",
"moment": "^2.22.1",
"mongoose": "~5.0.16",
"node-sass": "^4.9.0",
"nodemailer": "^4.6.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"redis": "^2.8.0",
"sass": "^1.3.0",
"save": "^2.3.2",
"underscore": "^1.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oandrevictor/savetv.git"
},
"description": "necessário:<br /> node (8.9.4)<br /> bower (1.8.2)<br /> mongodb<br /> Express >=4.5<br />",
"bugs": {
"url": "https://github.com/oandrevictor/savetv/issues"
},
"homepage": "https://github.com/oandrevictor/savetv#readme",
"version": "1.0.0",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass:compile": "node-sass --include-path sass ./client/css/style.scss ./client/css/style.css",
"start": "node ./server/app.js",
"local": "ENVIROMENT=development && nodemon ./server/app.js"
},
"author": "",
"license": "ISC"
}