UNPKG

yolo-tips

Version:

Cheap Flight Suggester, that suggests you weekend trips based on the cheapest deals it finds using SkyScanner.

63 lines (62 loc) 1.49 kB
{ "name": "yolo-tips", "version": "0.2.0", "description": "Cheap Flight Suggester, that suggests you weekend trips based on the cheapest deals it finds using SkyScanner.", "main": "lib/index.js", "bin": { "yolo-tips": "./bin/cli.js" }, "scripts": { "lint": "standard --verbose | snazzy", "test": "mocha", "start": "node bin/cli.js" }, "author": "Francisco Dias <francisco@baiodias.com> (http://franciscodias.net/)", "license": "MIT", "dependencies": { "async": "1.4.2", "bossy": "^2.0.0", "eslint": "^1.4.1", "humps": "^0.6.0", "lodash.clone": "^3.0.3", "lodash.compact": "3.0.0", "lodash.contains": "2.4.3", "lodash.first": "3.0.0", "lodash.flatten": "^3.0.2", "lodash.merge": "^3.3.2", "lodash.pluck": "^3.1.2", "lodash.range": "^3.0.1", "lodash.sortby": "^3.1.5", "mocha": "^2.3.3", "moment": "^2.9.0", "skyscanner": "xicombd/node-skyscanner", "sinon": "^1.17.1" }, "devDependencies": { "pre-commit": "^1.1.1", "snazzy": "^2.0.1", "standard": "^5.2.2" }, "engines": { "node": ">=4.0.0" }, "keywords": [ "yolo", "tips", "flights", "skyscanner", "travel", "cheap" ], "repository": { "type": "git", "url": "git+https://github.com/xicombd/yolo-tips.git" }, "bugs": { "url": "https://github.com/xicombd/yolo-tips/issues" }, "homepage": "https://github.com/xicombd/yolo-tips", "pre-commit": [ "lint" ] }