29 lines
705 B
JSON
29 lines
705 B
JSON
{
|
|
"name": "node-bing-api",
|
|
"version": "2.2.0",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"express": "^4.9.5",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-jsbeautifier": "~0.2.10",
|
|
"grunt-jsdoc": "^0.5.7",
|
|
"grunt-simple-mocha": "^0.4.0",
|
|
"mocha": "^1.21.4",
|
|
"should": "^4.0.4"
|
|
}
|
|
}
|