19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"name": "nodejs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "~1.13.2",
|
|
"cookie-parser": "~1.3.5",
|
|
"debug": "~2.2.0",
|
|
"ejs": "~2.3.3",
|
|
"express": "~4.13.1",
|
|
"morgan": "~1.6.1",
|
|
"mysql": "^2.10.2",
|
|
"serialport": "^2.0.6",
|
|
"serve-favicon": "~2.3.0"
|
|
}
|
|
}
|