UNPKG

@citation-js/plugin-yaml

Version:
36 lines (35 loc) 780 B
{ "name": "@citation-js/plugin-yaml", "version": "0.6.2", "description": "Citation.js plugin for YAML files", "keywords": [ "Citation.js", "YAML", "software citation" ], "author": "Lars Willighagen", "license": "MIT", "main": "lib/index.js", "repository": { "type": "git", "url": "https://github.com/citation-js/plugin-software-formats.git", "directory": "packages/plugin-yaml" }, "bugs": { "url": "https://github.com/citation-js/plugin-software-formats/issues" }, "engines": { "node": ">=14.0.0" }, "files": [ "lib" ], "scripts": { "build": "babel src -d lib --copy-files", "test": "true" }, "dependencies": { "js-yaml": "^4.0.0" }, "gitHead": "7f501ffb8f945ae454735c6739cc61801537352d" }