UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

47 lines (46 loc) 985 B
{ "name": "marked-terminal", "version": "1.7.0", "description": "A custom render for marked to output to the Terminal", "main": "index.js", "scripts": { "test": "mocha tests/*.js --reporter spec" }, "files": [ "index.js" ], "keywords": [ "marked", "render", "terminal", "markdown", "markdown-to-terminal" ], "author": "Mikael Brevik", "license": "MIT", "peerDependencies": { "marked": "^0.3.3" }, "dependencies": { "cardinal": "^1.0.0", "chalk": "^1.1.3", "cli-table": "^0.3.1", "lodash.assign": "^4.2.0", "node-emoji": "^1.4.1" }, "directories": { "example": "example" }, "devDependencies": { "marked": "^0.3.6", "mocha": "^3.1.2" }, "repository": { "type": "git", "url": "https://github.com/mikaelbr/marked-terminal.git" }, "bugs": { "url": "https://github.com/mikaelbr/marked-terminal/issues" }, "homepage": "https://github.com/mikaelbr/marked-terminal" }