node-skyscanner-live
Version:
Node.js module to poll skyscanner live prices
30 lines (29 loc) • 713 B
JSON
{
"name": "node-skyscanner-live",
"version": "4.0.2",
"description": "Node.js module to poll skyscanner live prices",
"main": "skyscanner.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomasmktong/node-skyscanner-live.git"
},
"keywords": [
"node",
"skyscanner"
],
"author": "Thomas Tong",
"license": "ISC",
"bugs": {
"url": "https://github.com/thomasmktong/node-skyscanner-live/issues"
},
"homepage": "https://github.com/thomasmktong/node-skyscanner-live#readme",
"dependencies": {
"bluebird": "^3.5.0",
"lodash": "^4.17.4",
"request": "^2.80.0",
"request-promise": "^4.1.1"
}
}