mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
24 lines
502 B
JSON
24 lines
502 B
JSON
|
{
|
||
|
"name": "eventie",
|
||
|
"version": "1.0.6",
|
||
|
"description": "Event binding helper",
|
||
|
"main": "eventie.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/desandro/eventie.git"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/desandro/eventie/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/desandro/eventie",
|
||
|
"keywords": [
|
||
|
"DOM",
|
||
|
"event"
|
||
|
],
|
||
|
"author": "David DeSandro"
|
||
|
}
|