lanternjs
Version:
Lightweight image lightbox library
35 lines (34 loc) • 765 B
JSON
{
"name": "lanternjs",
"version": "0.2.2",
"description": "Lightweight image lightbox library",
"main": "src/lantern.js",
"repository": {
"type": "git",
"url": "git+https://github.com/IsaacLean/lanternjs.git"
},
"files": [
"dist/**/*",
"src/**/*"
],
"keywords": [
"lanternjs",
"lantern",
"lightbox",
"image",
"viewer"
],
"author": "Matthew Lean",
"license": "MIT",
"bugs": {
"url": "https://github.com/IsaacLean/lanternjs/issues"
},
"homepage": "https://github.com/IsaacLean/lanternjs#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1"
}
}