Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sp0ok3r authored Apr 17, 2017
1 parent 9782c6d commit 9d1fe29
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "sp0ok3rbot",
"version": "2.2.0",
"description": "Node bot",
"main": "steambot.js",
"dependencies": {
"steam": "^1.4.0",
"steam-totp": "^1.4.0",
"steam-user": "^3.19.1",
"steamrep": "^1.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sp0ok3r/node-SPKSteamBot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sp0ok3r/node-SPKSteamBot/issues"
},
"homepage": "https://github.com/sp0ok3r/node-SPKSteamBot#readme"
}

0 comments on commit 9d1fe29

Please sign in to comment.