mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
22 lines
558 B
JSON
22 lines
558 B
JSON
{
|
|
"name": "grunt-swipebox",
|
|
"version": "1.4.1",
|
|
"description": "A touchable jQuery lightbox",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brutaldesign/swipebox.git"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"load-grunt-tasks": "~1.0.0",
|
|
"grunt-contrib-sass": "~0.8.1",
|
|
"grunt-autoprefixer": "~2.0.0",
|
|
"grunt-contrib-cssmin": "~0.10.0",
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"grunt-contrib-uglify": "~0.6.0",
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
"grunt-notify": "~0.3.1"
|
|
}
|
|
}
|