{
  "name": "album-epoca-layouts",
  "version": "0.0.4",
  "description": "Photosi Albumepoca Layouts",
  "main": "index.js",
  "scripts": {
    "test": "babel-tape-runner tests/main.js",
    "compile": "babel src --out-dir lib",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git@git.photosi.com:core/album-epoca-layouts.git"
  },
  "author": "Photosi",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-plugin-transform-async-to-generator": "^6.5.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "eslint": "^1.10.3",
    "eslint-plugin-react": "^4.1.0",
    "jsdoc": "git+https://github.com/jsdoc3/jsdoc.git",
    "tape": "^4.5.1",
    "babel-tape-runner": "^2.0.0"
  },
  "dependencies": {
    "bootstrap-sass": "^3.3.6",
    "classnames": "^2.2.3",
    "font-awesome": "^4.5.0",
    "jquery": "^2.1.4",
    "localforage": "^1.4.0",
    "outlinejs": "1.3.28",
    "raven-js": "^2.3.0",
    "react": "^0.14.5",
    "react-overlays": "^0.6.0",
    "underscore": "^1.8.3",
    "babel-polyfill": "^6.6.0",
    "marked": "0.3.5"
  },
  "browser": {
    "bootstrap": "./node_modules/bootstrap-sass/assets/javascripts/bootstrap.js",
    "bootstrap.modal": "./node_modules/bootstrap-sass/assets/javascripts/bootstrap/modal",
    "bootstrap.affix": "./node_modules/bootstrap-sass/assets/javascripts/bootstrap/affix",
    "bootstrap.collapse": "./node_modules/bootstrap-sass/assets/javascripts/bootstrap/collapse",
 	"bootstrap.transition": "./node_modules/bootstrap-sass/assets/javascripts/bootstrap/transition",
    "bootstrap.dropdown": "./node_modules/bootstrap-sass/assets/javascripts/bootstrap/dropdown",
    "jquery": "./node_modules/jquery/dist/jquery.min.js"
  }
}
