mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
25 lines
467 B
JSON
25 lines
467 B
JSON
{
|
|
"name": "eventEmitter",
|
|
"description": "Event based JavaScript for the browser",
|
|
"version": "4.3.0",
|
|
"main": [
|
|
"./EventEmitter.js"
|
|
],
|
|
"author": {
|
|
"name": "Oliver Caldwell",
|
|
"web": "http://oli.me.uk/"
|
|
},
|
|
"license": "Unlicense",
|
|
"keywords": [
|
|
"events",
|
|
"structure"
|
|
],
|
|
"ignore": [
|
|
"docs",
|
|
"tests",
|
|
"tools",
|
|
".gitignore",
|
|
"package.json"
|
|
]
|
|
}
|