Parent: [4d4741] (diff)

Child: [9bb579] (diff)

Download this file

package.json    28 lines (27 with data), 693 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
{
"name": "vfosE2",
"version": "1.0.0",
"description": "Creates Rules and Notifications",
"scripts": {
"start": "node backend/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Miguel Rodrigues @KBZ",
"license": "ISC",
"main": "server.js",
"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",
"http": "0.0.0",
"method-override": "^2.3.10",
"mysql": "^2.15.0",
"node-crontab": "0.0.8",
"nodemailer": "*",
"predict": "*",
"uuid-token-generator": "^1.0.0",
"winston": "^2.4.1"
}
}