mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-05-18 03:49:31 +08:00
26 lines
605 B
JSON
26 lines
605 B
JSON
{
|
|
"name": "vue-event-bulletin",
|
|
"version": "1.0.0",
|
|
"description": "Demo application for the scotch.io tutorial",
|
|
"main": "server.js",
|
|
"author": "Ryan Chenkie, Jason Lam",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.6",
|
|
"ejs": "^2.3.4",
|
|
"express": "^4.13.3",
|
|
"morgan": "^1.6.1",
|
|
"vue": "^1.0.10",
|
|
"vue-resource": "^0.1.17",
|
|
"tedious": "^2.0.1",
|
|
"sequelize": "^4.20.1",
|
|
"prom-client": "^10.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"body-parser": "^1.14.1",
|
|
"errorhandler": "^1.4.2",
|
|
"method-override": "^2.3.5",
|
|
"morgan": "^1.6.1"
|
|
}
|
|
}
|