mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-08 06:30:11 -08:00
26 lines
448 B
JSON
26 lines
448 B
JSON
{
|
|
"name": "iviewer",
|
|
"version": "0.7.11",
|
|
"homepage": "https://github.com/can3p/iviewer",
|
|
"authors": [
|
|
"Dmitry Petrov <dpetroff@gmail.com>"
|
|
],
|
|
"description": "Image viewer widget for jQuery UI",
|
|
"main": "jquery.iviewer.js",
|
|
"keywords": [
|
|
"jquery",
|
|
"jquery",
|
|
"ui",
|
|
"image",
|
|
"viewer"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|