Child: [4d4741] (diff)

Download this file

package.json    26 lines (25 with data), 623 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
{
"name": "myapp",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node backend/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Raquel Melo de Almeida",
"license": "ISC",
"dependencies": {
"angular-ui-bootstrap": "^2.5.6",
"body-parser": "^1.18.2",
"bootstrap": "^4.1.0",
"express": "^4.16.2",
"express-method-override": "0.0.3",
"method-override": "^2.3.10",
"mysql": "^2.15.0",
"node-crontab": "0.0.8",
"nodemailer": "~2.7.2",
"uuid-token-generator": "^1.0.0",
"winston": "^2.4.1"
}
}