33 lines
873 B
JSON
33 lines
873 B
JSON
{
|
|
"name": "node-sunwell",
|
|
"version": "0.1.1",
|
|
"description": "Canvas based renderer for Hearthstone cards.",
|
|
"main": "sunwell.js",
|
|
"scripts": {
|
|
"start": "nodejs examples/server",
|
|
"test": "istanbul cover ./node_modules/mocha/bin/_mocha",
|
|
"coveralls": "cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
|
|
"postpublish": "git push && git push --tags"
|
|
},
|
|
"repository": "matkl/node-sunwell",
|
|
"keywords": [
|
|
"hearthstone"
|
|
],
|
|
"author": "Matthias Klein <matthias@klein.pw>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/matkl/node-sunwell/issues"
|
|
},
|
|
"homepage": "https://github.com/matkl/node-sunwell#readme",
|
|
"dependencies": {
|
|
"canvas": "^1.3.13"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"coveralls": "^2.11.9",
|
|
"express": "^4.13.4",
|
|
"istanbul": "^0.4.3",
|
|
"mocha": "^2.4.5"
|
|
}
|
|
}
|