This repository has been archived on 2024-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
trev/nodejs/package.json

24 lines
493 B
JSON
Raw Permalink Normal View History

2016-01-11 21:10:04 +01:00
{
2016-01-12 17:49:13 +01:00
"name": "nodejs",
"version": "0.0.0",
"private": true,
2016-01-11 21:10:04 +01:00
"scripts": {
2016-01-12 17:49:13 +01:00
"start": "node ./bin/www"
2016-01-11 21:10:04 +01:00
},
2016-01-12 17:49:13 +01:00
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"express-jwt": "^3.3.0",
"jsonwebtoken": "^5.7.0",
2016-01-12 17:49:13 +01:00
"morgan": "~1.6.1",
2016-01-31 18:45:14 +01:00
"mysql": "^2.10.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
2016-01-12 17:49:13 +01:00
"serialport": "^2.0.6",
"serve-favicon": "~2.3.0"
}
2016-01-11 21:10:04 +01:00
}