UNPKG

load-asciicast

Version:

Load, normalize and init asciinema asciicast data

32 lines (31 loc) 702 B
{ "name": "load-asciicast", "version": "2.1.0", "description": "Load, normalize and init asciinema asciicast data", "files": [ "index.d.ts", "index.js" ], "scripts": { "test": "npx ava" }, "repository": { "type": "git", "url": "git+https://github.com/marionebl/load-asciicast.git" }, "keywords": [ "asciinema", "asciicast" ], "author": "Mario Nebl <hello@mario-nebl.de>", "license": "MIT", "bugs": { "url": "https://github.com/marionebl/load-asciicast/issues" }, "homepage": "https://github.com/marionebl/load-asciicast#readme", "devDependencies": { "@marionebl/sander": "^0.6.1", "ava": "^2.4.0", "pkg-dir": "^4.2.0" } }