19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"name": "myapp",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node-dev ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"cookie-parser": "~1.4.4",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"http-errors": "~1.6.3",
|
|
"morgan": "~1.9.1",
|
|
"request": "^2.88.0",
|
|
"yn-mysql-utils": "^1.0.4"
|
|
}
|
|
}
|