sf-static/portfolio/package.json

21 lines
399 B
JSON
Raw Permalink Normal View History

2023-02-28 18:21:07 +00:00
{
"name": "complex",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"gm": "^1.23.1",
"http-errors": "~1.6.2",
"imagemagick": "^0.1.3",
"imgr": "^0.10.4",
"klaw-sync": "^6.0.0",
"morgan": "~1.9.0",
"pug": "2.0.0-beta11"
}
}