UNPKG

a-floating-colors

Version:

JavaScript library for creating floating colors inside SVG-images via SMIL animations

31 lines (30 loc) 972 B
{ "name": "a-floating-colors", "version": "1.0.2", "description": "JavaScript library for creating floating colors inside SVG-images via SMIL animations", "main": "entry/entry.js", "scripts": { "start": "npm run open", "open": "webpack-dev-server --config ./examples/@src/webpack.config.js --env.mode development --open", "build-examples": "webpack --config ./examples/@src/webpack.config.js --env.mode production" }, "repository": { "type": "git", "url": "https://github.com/andrey-brill/a-floating-colors" }, "author": "Andrey Brill <andrey@a-brill.com> (https://github.com/andrey-brill)", "license": "MIT", "bugs": { "url": "https://github.com/andrey-brill/a-floating-colors/issues" }, "homepage": "https://github.com/andrey-brill/a-floating-colors", "keywords": [ "floating", "colors", "svg", "animation", "smil" ], "devDependencies": {}, "dependencies": {} }