cuefileparser
Version:
For parsing CUE files
28 lines (27 loc) • 563 B
JSON
{
"name": "cuefileparser",
"version": "1.0.1",
"description": "For parsing CUE files",
"main": "CUEFileParser.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teken/CUEFileParser.git"
},
"keywords": [
"CUE",
"parser"
],
"author": "Teken",
"license": "MIT",
"bugs": {
"url": "https://github.com/teken/CUEFileParser/issues"
},
"homepage": "https://github.com/teken/CUEFileParser#readme",
"dependencies": {},
"devDependencies": {
"mocha": "^5.2.0"
}
}