crafatar/package.json
2014-12-17 14:52:23 -06:00

45 lines
1.1 KiB
JSON

{
"name": "crafatar",
"version": "0.0.1",
"private": true,
"author": "Jake0oo0",
"description": "A NodeJS application to server Minecraft avatars.",
"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.8.1",
"canvas": "Jake0oo0/node-canvas",
"cookie-parser": "~1.3.3",
"coveralls": "^2.11.2",
"debug": "~2.0.0",
"express": "~4.9.0",
"istanbul": "^0.3.2",
"jade": "~1.6.0",
"lwip": "0.0.5",
"mocha": "2.0.1",
"mocha-lcov-reporter": "0.0.1",
"morgan": "~1.3.0",
"redis": "0.12.1",
"request": "2.45.0",
"node-df": "0.1.1"
}
}