mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-02-05 01:36:57 +08:00
Add package.json
This commit is contained in:
parent
fba3e257ca
commit
760ca7e19f
19
package.json
Normal file
19
package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "steamcommunity",
|
||||
"version": "0.1.0",
|
||||
"description": "Facilitates logins to the Steam Communtiy website",
|
||||
"keywords": ["steam", "steam community"],
|
||||
"homepage": "https://github.com/DoctorMcKay/node-steamcommunity",
|
||||
"bugs": {
|
||||
"url": "https://github.com/DoctorMcKay/node-steamcommunity/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Doctor_McKay/node-steamcommunity.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"request": "2.44.x",
|
||||
"node-bignumber": "1.2.x"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user