{
  "name": "photos",
  "version": "1.1.0",
  "description": "Photo gallery",
  "main": "index.js",
  "scripts": {
    "build-example": "browserify examples/example.js > examples/bundle.js",
    "test": "browserify tests/*.js | testling"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/emkay/photos.git"
  },
  "keywords": [
    "photo",
    "gallery"
  ],
  "author": "Michael Matuzak",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/emkay/photos/issues"
  },
  "homepage": "https://github.com/emkay/photos",
  "devDependencies": {
    "browserify": "^7.0.3",
    "tape": "^3.0.3",
    "testling": "^1.7.1"
  },
  "dependencies": {
    "bean": "^1.0.14"
  }
}
