mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "crafatar",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"author": "Jake0oo0",
|
|
"description": "A Minecraft avatar service with support for avatars, skins, and even renders!",
|
|
"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": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "~1.10.0",
|
|
"canvas": "1.1.6",
|
|
"cookie-parser": "~1.3.3",
|
|
"coveralls": "^2.11.2",
|
|
"debug": "~2.1.1",
|
|
"express": "~4.10.6",
|
|
"istanbul": "^0.3.2",
|
|
"jade": "~1.8.2",
|
|
"lwip": "0.0.6",
|
|
"mocha": "2.1.0",
|
|
"mocha-lcov-reporter": "0.0.1",
|
|
"morgan": "~1.5.0",
|
|
"redis": "0.12.1",
|
|
"request": "2.51.0",
|
|
"node-df": "0.1.1"
|
|
}
|
|
}
|