UNPKG

dcs-bios-api-mazeppa

Version:

DCS BIOS export parser that returns JSON data

32 lines (31 loc) 651 B
{ "name": "dcs-bios-api-mazeppa", "version": "0.1.0", "description": "DCS BIOS export parser that returns JSON data", "keywords": [ "dcs", "world", "bios", "json", "export" ], "main": "./lib/dcs-bios-export-parser.js", "scripts": { "start": "node index.js", "lint": "eslint ." }, "author": "mazeppa<mazeppa@nym.hush.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mazeppashorse/dcs-bios-api.git" }, "dependencies": { "buffer-utils": "^1.0.1", "glob": "^7.1.2", "logplease": "^1.2.13" }, "devDependencies": { "eslint": "^3.19.0" } }