UNPKG

ticker-board

Version:

A JavaScript plugin for creating a tickerboard effect.

40 lines (39 loc) 982 B
{ "name": "ticker-board", "version": "1.0.5", "description": "A JavaScript plugin for creating a tickerboard effect.", "main": "src/index.js", "scripts": { "build": "webpack --mode=production", "build:dev": "webpack --mode=development", "dev": "webpack --mode=development --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/rjkerrison/ticker-board.git" }, "keywords": [ "tickerboard", "train", "departures", "animation", "text", "effect" ], "author": "Robin James Kerrison", "license": "MIT", "bugs": { "url": "https://github.com/rjkerrison/ticker-board/issues" }, "homepage": "https://github.com/rjkerrison/ticker-board#readme", "dependencies": { "css-loader": "^5.2.6", "style-loader": "^2.0.0", "url-loader": "^4.1.1", "webpack": "^5.40.0" }, "devDependencies": { "webpack-cli": "^4.7.2" } }