Skip to content

Commit

Permalink
* small fix to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinx committed Dec 4, 2015
1 parent cc027f1 commit 15f68dd
Showing 1 changed file with 27 additions and 30 deletions.
57 changes: 27 additions & 30 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,28 @@
{
"author": "Velocity Made Good Ltd.",
"name": "node-hlr-client",
"description": "Official HLR Lookup API Node JS SDK by www.hlr-lookups.com",
"version": "0.0.11",
"repository": {
"url": ""
},
"main": "./lib/node-hlr-client",
"keywords": [
"hlr",
"hlr lookup",
"hlr lookups",
"hlr lookup api",
"landline lookups",
"number type lookups"
],
"bin": {
"uppercaseme": "./bin/node-hlr-client"
},
"dependencies": {
"node-rest-client": "*"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/vmgltd/hlr-lookup-api-nodejs-sdk.git"
}
}
"author": "Velocity Made Good Ltd.",
"name": "node-hlr-client",
"description": "Official HLR Lookup API Node JS SDK by www.hlr-lookups.com",
"version": "0.0.12",
"main": "./lib/node-hlr-client",
"keywords": [
"hlr",
"hlr lookup",
"hlr lookups",
"hlr lookup api",
"landline lookups",
"number type lookups"
],
"bin": {
"uppercaseme": "./bin/node-hlr-client"
},
"dependencies": {
"node-rest-client": "*"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/vmgltd/hlr-lookup-api-nodejs-sdk.git"
}
}

0 comments on commit 15f68dd

Please sign in to comment.