UNPKG

kayak-scraper

Version:

This is a library that you can use to get flight information from kayak.

38 lines (37 loc) 842 B
{ "name": "kayak-scraper", "version": "1.0.2", "description": "This is a library that you can use to get flight information from kayak.", "main": "index.js", "scripts": { "test": "./node_modules/.bin/jasmine-node spec" }, "repository": { "type": "git", "url": "git+https://github.com/AchintyaAshok/Kayak-Scraper.git" }, "keywords": [ "kayak", "scraper", "node", "npm", "library", "opensource", "flight", "data", "travel" ], "author": "AA", "license": "ISC", "bugs": { "url": "https://github.com/AchintyaAshok/Kayak-Scraper/issues" }, "homepage": "https://github.com/AchintyaAshok/Kayak-Scraper#readme", "dependencies": { "bluebird": "^3.4.6", "cheerio": "^0.22.0", "jasmine-node": "^1.14.5", "path": "^0.12.7", "request": "^2.75.0" } }