imageviewer_terrydr
Version:
A simple jQuery image viewing plugin.
49 lines (48 loc) • 1.11 kB
JSON
{
"name": "imageviewer_terrydr",
"description": "A simple jQuery image viewing plugin.",
"version": "0.5.5",
"main": "dist/viewer.js",
"license": "MIT",
"repository": "https://github.com/busing/viewerjs.git",
"homepage": "https://github.com/busing/viewerjs.git",
"author": {
"name": "Fengyuan Chen",
"url": "http://chenfengyuan.com"
},
"keywords": [
"image",
"view",
"viewing",
"viewer",
"jquery",
"plugin",
"html",
"css",
"javascript",
"front-end",
"web",
"development"
],
"dependencies": {
"jquery": ">= 1.9.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-csscomb": "^3.0.6",
"gulp-csslint": "^0.2.2",
"gulp-htmlcomb": "^0.1.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^1.12.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-qunit": "^1.3.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3"
}
}