mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
37 lines
794 B
JSON
37 lines
794 B
JSON
{
|
|
"name": "crafatar",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"author": "Jake0oo0",
|
|
"description": "A NodeJS application to server Minecraft avatars.",
|
|
"contributors": [{
|
|
"name": "Jomo"
|
|
}],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Jake0oo0/crafatar"
|
|
},
|
|
"issues": {
|
|
"url": "https://github.com/Jake0oo0/crafatar/issues"
|
|
},
|
|
"keywords": [
|
|
"minecraft",
|
|
"avatar"
|
|
],
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "node_modules/.bin/mocha -w"
|
|
},
|
|
"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",
|
|
"lwip": "0.0.5",
|
|
"request": "2.45.0",
|
|
"mocha": "2.0.1",
|
|
}
|
|
} |