mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
25 lines
480 B
JSON
25 lines
480 B
JSON
|
{
|
||
|
"name": "alameda",
|
||
|
"version": "1.0.0",
|
||
|
"ignore": [
|
||
|
".gitignore",
|
||
|
".npmignore",
|
||
|
"node_modules",
|
||
|
"package.json",
|
||
|
"README.md",
|
||
|
"tests",
|
||
|
"tests-requirejs",
|
||
|
"copyrequirejstests.sh",
|
||
|
"testBaseUrl.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/requirejs/alameda",
|
||
|
"authors": [
|
||
|
"jrburke.com"
|
||
|
],
|
||
|
"description": "AMD loader, like requirejs, but with promises and for modern browsers",
|
||
|
"main": "alameda.js",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
]
|
||
|
}
|