Add package.json
This commit is contained in:
parent
50c3a0c9e3
commit
cfae9035cb
1 changed files with 15 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue