{
  "name": "justified-gallery",
  "version": "0.1.0",
  "description": "A compatibility package to use justifiedGallery in projects",
  "homepage": "https://github.com/rand0me/node-justified-gallery",
  "author": {
    "name": "rand0me",
    "email": "dandydan2k@gmail.com",
    "url": "https://rand0me.github.io"
  },
  "files": [
    "lib"
  ],
  "main": "lib/index.js",
  "keywords": [
    "justified gallery"
  ],
  "devDependencies": {
    "eslint": "^2.1.0",
    "eslint-config-xo-space": "^0.13.0",
    "gulp": "^3.9.0",
    "gulp-eslint": "^2.0.0",
    "gulp-exclude-gitignore": "^1.0.0",
    "gulp-line-ending-corrector": "^1.0.1",
    "gulp-istanbul": "^0.10.3",
    "gulp-mocha": "^2.0.0",
    "gulp-plumber": "^1.0.0",
    "gulp-nsp": "^2.1.0"
  },
  "eslintConfig": {
    "extends": "xo-space",
    "env": {
      "mocha": true
    }
  },
  "repository": "rand0me/justified-gallery",
  "scripts": {
    "prepublish": "gulp prepublish",
    "test": "gulp"
  },
  "license": "ISC",
  "dependencies": {
    "jquery": "^3.1.0"
  }
}
