prime-photo-gallery
Version:
A javascript utility to allow you to embed a shared prime photo gallery on your own site.
36 lines (35 loc) • 1.07 kB
JSON
{
"name": "prime-photo-gallery",
"version": "2.0.1",
"description": "A javascript utility to allow you to embed a shared prime photo gallery on your own site.",
"main": "prime-photo-gallery.js",
"browser": "prime-photo-gallery.min.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint prime-photo-gallery.js",
"prepublish": "uglifyjs -c --source-map prime-photo-gallery.min.js.map -o prime-photo-gallery.min.js prime-photo-gallery.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gcochard/prime-photo-gallery.git"
},
"keywords": [
"amazon",
"prime",
"photo",
"photos",
"gallery"
],
"author": "Greg Cochard <github@gregcochard.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcochard/prime-photo-gallery/issues"
},
"homepage": "https://github.com/gcochard/prime-photo-gallery#readme",
"devDependencies": {
"uglify-js": "git://github.com/mishoo/UglifyJS2#harmony"
}
}