Add package license and bugs url

This commit is contained in:
goferito 2014-09-19 14:42:37 +02:00
parent e4a48ebcd6
commit 95fc48e079

View file

@ -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"