Add package.json

This commit is contained in:
goferito 2014-09-18 18:56:02 +02:00
parent 50c3a0c9e3
commit cfae9035cb

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "node-bing-api",
"version": "0.0.1",
"description": "Node.js module for the Azure Bing Search API",
"main": "index.js",
"author": "Mr. Goferito",
"repository" : {
"type": "git",
"url": "https://github.com/goferito/node-bing-api"
},
"dependencies": {
"request": "^2.44.0",
"underscore": "^1.6.0"
}
}