moving-shadow
Version:
A JavaScript module, which creates a responsive text shadow based on mouse position (desktop) or device orientation (mobile)
34 lines (33 loc) • 911 B
JSON
{
"name": "moving-shadow",
"version": "1.1.5",
"description": "A JavaScript module, which creates a responsive text shadow based on mouse position (desktop) or device orientation (mobile)",
"main": "movingShadow.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup src/main.js --format umd --name 'movingShadow' --file movingShadow.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oh-kay-blanket/moving-shadow.git"
},
"keywords": [
"text-shadow",
"shadow",
"dynamic",
"moving",
"perspective",
"javascript",
"text",
"shift"
],
"author": "gaijinbrandybuck",
"license": "ISC",
"bugs": {
"url": "https://github.com/oh-kay-blanket/moving-shadow/issues"
},
"homepage": "https://github.com/oh-kay-blanket/moving-shadow#readme"
}