UNPKG

malarkey

Version:

Simulate a typewriter effect in vanilla JavaScript.

39 lines (38 loc) 971 B
{ "name": "malarkey", "version": "2.0.2", "description": "Simulate a typewriter effect in vanilla JavaScript.", "author": "Lim Yuan Qing", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/yuanqing/malarkey.git" }, "devDependencies": { "gzip-size-cli": "^2.1.0", "lolex": "^2.3.2", "nyc": "^11.6.0", "prettier-standard": "^8.0.0", "standard": "^11.0.1", "tape": "^4.9.0", "uglify-js": "^3.3.16" }, "scripts": { "clean": "rm -rf *.log coverage", "coverage": "yarn clean && nyc --reporter=html --reporter=lcov --reporter=text npm test", "fix": "prettier-standard index.js 'test/**/*.js'", "lint": "standard index.js 'test/**/*.js'", "test": "tape 'test/**/*.js'", "weight": "uglifyjs index.js --compress --mangle --toplevel | gzip-size" }, "files": [ "index.js" ], "keywords": [ "animate", "terminal", "text", "type", "typewriter" ] }