mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
14 lines
269 B
JSON
14 lines
269 B
JSON
|
{
|
||
|
"name": "cryptojslib",
|
||
|
"version": "3.1.2",
|
||
|
"main": "**/*.js",
|
||
|
"homepage": "https://github.com/sytelus/cryptojs",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/sytelus/cryptojs.git"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
}
|
||
|
}
|