crafatar/package.json
2018-02-16 18:45:56 +01:00

54 lines
1.2 KiB
JSON

{
"name": "crafatar",
"version": "2.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": "8.9.4"
},
"dependencies": {
"canvas": "^1.6.2",
"crc": "^3.5.0",
"ejs": "^2.5.2",
"pajk-lwip": "^0.2.0",
"mime": "^2.2.0",
"node-df": "crafatar/node-df",
"redis": "^2.8.0",
"request": "^2.83.0",
"toobusy-js": "^0.5.1"
},
"devDependencies": {
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.1",
"mocha-lcov-reporter": "^1.3.0"
}
}