{
  "name": "n-gallery",
  "version": "0.4.2",
  "description": "A nodejs web image viewer/gallery using local image directory",
  "bin": {
    "n-gallery": "./bin/n-gallery"
  },
  "main": "./index.js",
  "directories": {
    "lib": "./lib",
    "bin": "./bin",
    "doc": "./doc"
  },
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "https://github.com/foolyoghurt/N-Gallery.git"
  },
  "bugs": {
    "url": "https://github.com/foolyoghurt/N-Gallery/issues"
  },
  "homepage": "https://github.com/foolyoghurt/N-Gallery",
  "keywords": [
    "gallery",
    "album",
    "image viewer",
    "picture"
  ],
  "author": {
    "name": "foolyoghurt",
    "email": "foolyoghurt@gmail.com",
    "url": "http://foolyoghurt.github.io"
  },
  "license": {
    "type": "MIT",
    "url": "https://raw.github.com/foolyoghurt/N-Gallery/master/LICENSE"
  },
  "dependencies": {
    "express": "3.4.8",
    "ejs": "*",
    "image-size": "0.2.1",
    "fs.extra": "1.2.1",
    "colors": "0.6.2",
    "markdown": "0.5.0",
    "minimist": "0.0.8",
    "stylus": "0.42.2",
    "i18n": "0.4.1"
  },
  "readmeFilename": "README.md"
}
