crafatar/package.json
2015-09-02 23:57:08 +02:00

50 lines
1.2 KiB
JSON

{
"name": "crafatar",
"version": "1.0.0",
"private": true,
"author": "Jake0oo0",
"description": "A Minecraft avatar service with support for avatars, 1.8 skins, and even 3D renders!",
"contributors": [
{
"name": "jomo"
}
],
"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": {
"iojs": "2.0.x"
},
"dependencies": {
"canvas": "^1.2.7",
"crc": "~3.3.0",
"jade": "~1.11.0",
"lwip": "~0.0.7",
"mime": "~1.3.4",
"node-df": "crafatar/node-df",
"redis": "~0.12.1",
"request": "~2.60.0",
"toobusy-js": "~0.4.2"
},
"devDependencies": {
"coveralls": "~2.11.4",
"istanbul": "~0.3.17",
"mocha": "~2.2.5",
"mocha-lcov-reporter": "~0.0.2"
}
}