node-bing-api/package.json
2015-05-07 11:35:57 +02:00

28 lines
668 B
JSON

{
"name": "node-bing-api",
"version": "1.3.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-jsdoc": "^0.5.7",
"grunt-simple-mocha": "^0.4.0",
"mocha": "^1.21.4",
"should": "^4.0.4"
}
}