mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "crafatar",
|
|
"version": "1.0.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": "4.4.0"
|
|
},
|
|
"dependencies": {
|
|
"canvas": "^1.6.2",
|
|
"crc": "~3.4.1",
|
|
"ejs": "^2.5.2",
|
|
"lwip": "~0.0.8",
|
|
"mime": "~1.3.4",
|
|
"node-df": "crafatar/node-df",
|
|
"redis": "~2.6.3",
|
|
"request": "~2.78.0",
|
|
"toobusy-js": "~0.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "~2.11.14",
|
|
"istanbul": "~0.4.5",
|
|
"mocha": "~3.1.2",
|
|
"mocha-lcov-reporter": "~1.2.0"
|
|
}
|
|
}
|