flight-plan-converter
Advanced tools
Comparing version 0.0.1 to 0.0.2
'use strict'; | ||
var converters = { | ||
xplane_fms: require('./xplane_fms') | ||
xplane_fms: require('./xplane_fms'), | ||
kml: require('./kml') | ||
}; | ||
@@ -6,0 +7,0 @@ |
'use strict'; | ||
module.exports = { | ||
XPLANE_FMS: 'xplane_fms' | ||
XPLANE_FMS: 'xplane_fms', | ||
KML: 'kml' | ||
}; |
{ | ||
"name": "flight-plan-converter", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Converts Flight Plans from and to various file formats.", | ||
@@ -8,2 +8,3 @@ "bin": "cli.js", | ||
"scripts": { | ||
"convert": "node cli.js @$", | ||
"test": "node node_modules/.bin/mocha lib/*.test.js lib/**/*.test.js" | ||
@@ -10,0 +11,0 @@ }, |
@@ -11,2 +11,3 @@ # Flight-Plan converter | ||
- [X-Planes](http://www.x-plane.com) `.fms` | ||
- KML (export only) | ||
@@ -13,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22739
36
676
91
8