# photonic/2.23/grunt/package.json

Photonic Gallery &amp; Lightbox for Flickr, SmugMug &amp; Others, version 2.23. 21 lines.

- Page: https://pluginprobe.com/plugins/photonic/2.23/code/grunt/package.json
- Raw: https://pluginprobe.com/plugins/photonic/2.23/raw/grunt/package.json
- Modified: 2019-02-11T23:51:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/photonic/2.23/code/grunt/package.json#L10-L20`.

```json
{
	"name": "photonic",
	"version": "1.0.0",
	"description": "The most comprehensive gallery and lightbox plugin",
	"homepage": "https://aquoid.com/plugins/photonic",
	"author": {
		"name": "Sayontan Sinha",
		"url": "https://mynethome.net"
	},
	"license": "GPL-3.0",
	"dependencies": {
		"grunt-jquery-ready": "^0.1.0"
	},
	"devDependencies": {
		"grunt": "~1.0.0",
		"grunt-contrib-concat": "^1.0.1",
		"grunt-contrib-uglify": "~4.0.0",
		"grunt-wp-i18n": "~1.0.3"
	}
}

```
