| 1 |
{ |
| 2 |
"name": "photonic", |
| 3 |
"version": "1.0.0", |
| 4 |
"description": "The most comprehensive gallery and lightbox plugin", |
| 5 |
"homepage": "https://aquoid.com/plugins/photonic", |
| 6 |
"author": { |
| 7 |
"name": "Sayontan Sinha", |
| 8 |
"url": "https://mynethome.net" |
| 9 |
}, |
| 10 |
"license": "GPL-3.0", |
| 11 |
"dependencies": { |
| 12 |
"grunt-jquery-ready": "^0.1.0" |
| 13 |
}, |
| 14 |
"devDependencies": { |
| 15 |
"grunt": "~1.0.0", |
| 16 |
"grunt-contrib-concat": "^1.0.1", |
| 17 |
"grunt-contrib-uglify": "~4.0.0", |
| 18 |
"grunt-wp-i18n": "~1.0.3" |
| 19 |
} |
| 20 |
} |
| 21 |
|