{
  "name": "cozy-sync",
  "version": "1.0.22",
  "description": "Synchronize you contacts and calendars through CalDAV and CardDAV protocols",
  "author": "Cozy Cloud <contact@cozycloud.cc> (http://cozycloud.cc)",
  "licenses": [
    {
      "type": "AGPL v3",
      "url": "http://www.gnu.org/licenses/agpl-3.0.html"
    }
  ],
  "main": "build/server.js",
  "scripts": {
    "start": "node build/server.js",
    "test": "cake --use-js tests",
    "build:client": "cd client && brunch b",
    "build:server": "cake build",
    "build": "npm run build:client && npm run build:server",
    "lint": "npm run lint1 || npm run lint2",
    "lint1": "coffeelint -f coffeelint.json ./server/",
    "lint2": "coffeelint -f coffeelint.json ./client/app/",
    "postinstall": "node postinstall.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cozy/cozy-sync"
  },
  "readmeFilename": "README.md",
  "dependencies": {
    "americano": "0.4.4",
    "async": "0.2.10",
    "axon": "1.0.0",
    "cozy-ical": "1.1.19",
    "cozy-jsdav-fork": "0.3.16",
    "cozy-realtime-adapter": "0.11.3",
    "cozy-vcard": "0.2.17",
    "cozydb": "0.1.10",
    "jade": "1.1.5",
    "lazy": "1.0.11",
    "moment": "2.5.1",
    "node-polyglot": "0.4.5",
    "printit": "0.1.16",
    "shortid": "2.0.0"
  },
  "devDependencies": {
    "chai": "1.9.0",
    "brunch": "1.8.5",
    "request": "2.34.0",
    "xmldoc": "0.1.2",
    "mocha": "1.17.1",
    "coffee-script": "latest",
    "coffeelint": "1.6.1"
  },
  "cozy-permissions": {
    "Alarm": {
      "description": "Creates and edits your alarms."
    },
    "Event": {
      "description": "Creates and edits your events."
    },
    "Contact": {
      "description": "Creates and edits your contacts"
    },
    "User": {
      "description": "Used to recover your timezone"
    },
    "WebDAVAccount": {
      "description": "Store webDAV password and sync informations"
    },
    "Tag": {
      "description": "Read your tags, to get calendar's color"
    },
    "CozyInstance": {
      "description": "Read your cozy's url to generate help"
    }
  }
}
