shodan-api
Version:
Node.JS Shodan REST API client library
30 lines (29 loc) • 671 B
JSON
{
"name": "shodan-api",
"version": "0.1.6",
"description": "Node.JS Shodan REST API client library",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adnedelcu/shodan-api-client.git"
},
"keywords": [
"shodan",
"library",
"rest",
"api"
],
"author": "Alexandru-Daniel Nedelcu <alexnedelcu0@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/adnedelcu/shodan-api-client/issues"
},
"homepage": "https://github.com/adnedelcu/shodan-api-client#readme",
"dependencies": {
"lodash": "^4.17.4",
"request": "^2.83.0"
}
}