mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
35 lines
684 B
JSON
35 lines
684 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",
|
|
"_release": "1.0.6",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.0.6",
|
|
"commit": "14d2ca3df97da64c820829a8310f9198fbafbcfa"
|
|
},
|
|
"_source": "git://github.com/desandro/eventie.git",
|
|
"_target": "^1",
|
|
"_originalSource": "eventie"
|
|
} |