airport-codes
Version:
Airport codes (IATA) and information pulled from OpenFlights.org.
32 lines (31 loc) • 735 B
JSON
{
"name": "airport-codes",
"version": "1.0.2",
"description": "Airport codes (IATA) and information pulled from OpenFlights.org.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/akenn/airport-codes"
},
"keywords": [
"airport",
"codes",
"iata",
"openflights"
],
"author": "Andrew Kennedy <andrew@akenn.org>",
"license": "ISC",
"bugs": {
"url": "https://github.com/akenn/airport-codes/issues"
},
"homepage": "https://github.com/akenn/airport-codes",
"dependencies": {
"JSONStream": "^1.0.4",
"backbone": "^1.1.2",
"csv": "^0.4.5",
"lodash": "^2.4.2"
}
}