mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
27 lines
432 B
JSON
27 lines
432 B
JSON
{
|
|
"name": "eventie",
|
|
"version": "1.0.6",
|
|
"main": "eventie.js",
|
|
"description": "event binding helper",
|
|
"ignore": [
|
|
"component.json",
|
|
"test.html",
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components"
|
|
],
|
|
"homepage": "https://github.com/desandro/eventie",
|
|
"authors": [
|
|
"David DeSandro"
|
|
],
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"event"
|
|
],
|
|
"license": "MIT"
|
|
}
|