mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
32 lines
717 B
JSON
32 lines
717 B
JSON
{
|
|
"name": "web-animations-js",
|
|
"description": "JavaScript implementation of the Web Animations API",
|
|
"homepage": "https://github.com/web-animations/web-animations-js",
|
|
"main": "web-animations.min.js",
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"animations",
|
|
"polyfill"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"templates",
|
|
"test",
|
|
"src",
|
|
"Gruntfile.js",
|
|
"package.json",
|
|
"target-config.js",
|
|
"target-loader.js",
|
|
"web-animations.dev.html",
|
|
"web-animations.dev.js",
|
|
"web-animations-next.dev.html",
|
|
"web-animations-next.dev.js",
|
|
"web-animations-next-lite.dev.html",
|
|
"web-animations-next-lite.dev.js"
|
|
]
|
|
}
|