node-bing-api/package.json
2014-09-19 14:42:37 +02:00

19 lines
442 B
JSON

{
"name": "node-bing-api",
"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"
}
}