Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
Merge pull request #15 from lwojcik/package_json_info
Browse files Browse the repository at this point in the history
adding more info to package.json
  • Loading branch information
Łukasz Wójcik authored Jan 6, 2018
2 parents bc539cc + 5a5200d commit 25f3210
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
{
"author": "Łukasz Wójcik <hello@lukaszwojcik.net> (https://github.com/lwojcik)",
"name": "blizzard-api-proxy",
"description": "Node.js wrapper to Battle.net API and selected Blizzard games",
"version": "1.1.0",
"license": "MIT",
"private": true,
"homepage": "https://github.com/lwojcik/blizzard-api-proxy",
"repository": {
"type": "git",
"url": "git://github.com/lwojcik/blizzard-api-proxy.git"
},
"bugs": {
"url": "https://github.com/lwojcik/blizzard-api-proxy/issues"
},
"main": "start.js",
"scripts": {
"start": "node --use_strict start.js"
Expand Down

0 comments on commit 25f3210

Please sign in to comment.