mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
18 lines
352 B
JSON
18 lines
352 B
JSON
{
|
|
"name": "crafatar",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"express": "~4.9.0",
|
|
"body-parser": "~1.8.1",
|
|
"cookie-parser": "~1.3.3",
|
|
"morgan": "~1.3.0",
|
|
"serve-favicon": "~2.1.3",
|
|
"debug": "~2.0.0",
|
|
"jade": "~1.6.0",
|
|
"imagemagick": "0.1.3"
|
|
}
|
|
} |