Initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "node-sunwell",
|
||||
"version": "0.1.1",
|
||||
"description": "Canvas based renderer for Hearthstone cards.",
|
||||
"main": "sunwell.js",
|
||||
"scripts": {
|
||||
"start": "node 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user