UNPKG

von-gallery

Version:

Elegant single page gallery generator.

58 lines (57 loc) 1.28 kB
{ "name": "von-gallery", "version": "3.0.7", "description": "Elegant single page gallery generator.", "main": "index.js", "scripts": { "test": "nyc mocha --timeout 10000 \"./test/**/*.test.js\"", "postinstall": "" }, "bin": { "von": "./bin/von-cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/TimboKZ/Von.git" }, "keywords": [ "gallery", "pug", "static site", "lazy loading", "responsive", "generator", "von" ], "author": { "name": "Timur Kuzhagaluyev", "email": "tim.kuzh@gmail.com", "url": "https://foxypanda.me/" }, "license": "MIT", "bugs": { "url": "https://github.com/TimboKZ/Von/issues" }, "homepage": "https://github.com/TimboKZ/Von#readme", "dependencies": { "@types/fs-extra": "^4.0.4", "argparse": "^1.0.9", "bluebird": "^3.5.1", "denque": "^1.2.2", "fs-extra": "^4.0.2", "image-size": "^0.6.1", "joi": "^13.4.0", "lodash": "^4.17.10", "pug": "^2.0.0-rc.4" }, "devDependencies": { "@types/bluebird": "^3.5.18", "@types/chai": "^4.0.4", "@types/joi": "^13.0.0", "@types/mocha": "^2.2.44", "@types/pug": "^2.0.4", "chai": "^4.1.2", "mocha": "^4.1.0", "nyc": "^13.0.0" } }