mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "crafatar",
|
|
"version": "2.1.0",
|
|
"private": true,
|
|
"description": "A blazing fast API for Minecraft faces!",
|
|
"contributors": [
|
|
{
|
|
"name": "jomo",
|
|
"url": "https://github.com/jomo"
|
|
},
|
|
{
|
|
"name": "Jake",
|
|
"url": "https://github.com/Jake0oo0"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/crafatar/crafatar"
|
|
},
|
|
"issues": {
|
|
"url": "https://github.com/crafatar/crafatar/issues"
|
|
},
|
|
"keywords": [
|
|
"minecraft",
|
|
"avatar"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "cp 'config.example.js' 'config.js'",
|
|
"start": "node www.js",
|
|
"test": "mocha",
|
|
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
|
},
|
|
"engines": {
|
|
"node": "12.16.1"
|
|
},
|
|
"dependencies": {
|
|
"canvas": "^2.6.1",
|
|
"crc": "^3.8.0",
|
|
"ejs": "^3.0.1",
|
|
"@randy.tarampi/lwip": "^1.1.0",
|
|
"mime": "^2.4.4",
|
|
"redis": "^3.0.2",
|
|
"request": "^2.88.2",
|
|
"toobusy-js": "^0.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.11",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^7.1.1",
|
|
"mocha-lcov-reporter": "^1.3.0"
|
|
}
|
|
} |