UNPKG

airportsjs

Version:

A library to help search for airports and their codes

36 lines (35 loc) 783 B
{ "name": "airportsjs", "version": "0.3.1", "description": "A library to help search for airports and their codes", "main": "index.js", "scripts": { "test": "mocha", "download": "node download.js" }, "repository": { "type": "git", "url": "https://github.com/sjlu/airportsjs.git" }, "keywords": [ "airport", "codes" ], "author": "Steven Lu <slu@me.com>", "license": "MIT", "bugs": { "url": "https://github.com/sjlu/airport-codes/issues" }, "homepage": "https://github.com/sjlu/airport-codes", "devDependencies": { "bluebird": "^2.9.34", "chai": "^3.0.0", "csvtojson": "^0.3.21", "mocha": "^8.1.3", "request": "^2.58.0" }, "dependencies": { "lodash": "^4.17.20", "triecomplete": "0.0.1" } }