blob: 072b66b3efc8fb1bac7828248cf14860e02a9c9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "markskitchen",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "sudo nodejs src/"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.1.3",
"express": "^4.16.4",
"mysql2": "^1.6.4",
"request": "^2.88.0",
"sequelize": "^4.42.0",
"vue": "^2.5.22"
}
}
|