UNPKG

rfc-to-bib

Version:

A library and CLI tool to generate BibTeX records for IETF RFCs.

51 lines (50 loc) 1.12 kB
{ "name": "rfc-to-bib", "version": "0.2.2", "description": "A library and CLI tool to generate BibTeX records for IETF RFCs.", "main": "lib/index.js", "man": [ "man/man1/rfc-to-bib.1", "man/man3/rfc-to-bib.3" ], "scripts": { "lint": "eslint {lib,test}/*.js", "manpages": "mandoc -T lint man/man1/rfc-to-bib.1 man/man3/rfc-to-bib.3", "test": "npm run-script lint && mocha" }, "keywords": [ "IETF", "Bib", "CLI", "BibTeX", "RFC" ], "author": "James Benner <james.benner@gmail.com>", "bin": { "rfc-to-bib": "bin/cli.js" }, "engines": { "node": ">=6" }, "license": "MIT", "dependencies": { "chalk": "^1.1.3", "common-tags": "^1.4.0", "figures": "^2.0.0", "got": "^6.7.1", "lodash.template": "^4.4.0", "meow": "^3.7.0", "pixl-xml": "^1.0.10", "sprintf-js": "^1.1.1" }, "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "eslint": "^3.19.0", "mocha": "^3.3.0" }, "repository": { "type": "git", "url": "https://github.com/jbenner-radham/rfc-to-bib.git" } }