mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Add support for promises
This commit is contained in:
parent
42df8ed96b
commit
7b9fe2161c
4 changed files with 99 additions and 71 deletions
12
package.json
12
package.json
|
|
@ -11,7 +11,7 @@
|
|||
],
|
||||
"main": "lib/index.js",
|
||||
"author": "Michael Morrison",
|
||||
"version": "0.2.25",
|
||||
"version": "0.2.26",
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/sonicsnes/node-gamedig.git"
|
||||
|
|
@ -19,12 +19,10 @@
|
|||
"bugs" : {
|
||||
"url" : "https://github.com/sonicsnes/node-gamedig/issues"
|
||||
},
|
||||
"licenses" : [
|
||||
{
|
||||
"type" : "MIT",
|
||||
"url" : "https://raw.github.com/sonicsnes/node-gamedig/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"license" : "MIT",
|
||||
"engines" : {
|
||||
"node" : ">=4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"iconv-lite": "~0.4.6",
|
||||
"long": "~2.2.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue