Add package license and bugs url
This commit is contained in:
parent
e4a48ebcd6
commit
95fc48e079
1 changed files with 5 additions and 1 deletions
|
@ -1,13 +1,17 @@
|
|||
{
|
||||
"name": "node-bing-api",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Node.js module for the Azure Bing Search API",
|
||||
"main": "index.js",
|
||||
"author": "Mr. Goferito",
|
||||
"license": "MIT",
|
||||
"repository" : {
|
||||
"type": "git",
|
||||
"url": "https://github.com/goferito/node-bing-api"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/goferito/node-bing-api/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"request": "^2.44.0",
|
||||
"underscore": "^1.6.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue