-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 808 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "node-bing-api",
"version": "4.1.1",
"description": "Node.js module for the Cognitive Services 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": "^7.1.1"
},
"keywords": [
"bing",
"api",
"bing-api",
"search",
"cognitive"
]
}