{
  "name": "yohours",
  "version": "1.0.0",
  "description": "Simple online opening hours editor for OpenStreetMap",
  "main": "index.js",
  "dependencies": {
    "bootstrap": "^3.3.7",
    "fullcalendar": "^3.1.0",
    "i18next-client": "^1.11.4",
    "jquery": "^3.1.1",
    "jquery-caret": "^1.3.5",
    "jquery-ui": "^1.12.1",
    "moment": "^2.17.1",
    "opening_hours": "^3.4.0"
  },
  "devDependencies": {
    "babel-preset-latest": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "babelify": "^7.3.0",
    "browserify": "^13.1.1",
    "qunitjs": "^2.0.1",
    "rework-npm-cli": "^0.1.1",
    "uglify-js-harmony": "^2.6.2",
    "uglifycss": "0.0.25",
    "watchify": "^3.7.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@framagit.org:PanierAvide/YoHours.git"
  },
  "keywords": [
    "openstreetmap",
    "editor",
    "opening",
    "hours"
  ],
  "browserify-shim": {
    "bootstrap": {
      "exports": "bootstrap",
      "depends": [
        "jquery: jQuery"
      ]
    },
    "jquery-caret": {
      "exports": "jquery-caret",
      "depends": [
        "jquery: jQuery"
      ]
    }
  },
  "author": "Adrien PAVIE",
  "license": "SEE LICENSE IN LICENSE.txt"
}
