{
  "name":           "syncml-js",
  "description":    "A pure javascript implementation of the SyncML adapter framework and protocol.",
  "version":        "0.0.18",
  "main":           "src/syncml-js.js",
  "author":         "metagriffin <mg.npmjs@uberdev.org>",
  "homepage":       "http://jssyncml.org",
  "licenses": [{
    "type":           "MIT",
    "url":            "http://opensource.org/licenses/MIT"
  }],
  "repository": {
    "type": "git",
    "url":  "git://github.com/metagriffin/syncml-js.git"
  },
  "bugs": {
    "url": "https://github.com/metagriffin/syncml-js/issues"
  },
  "dependencies": {
    "amdefine":      ">=0.0.4",
    "async":         ">=0.2.8",
    "elementtree":   ">=0.1.5",
    "underscore":    ">=1.4.2",
    "sprintf":       ">=0.1.1",
    "stacktrace-js": ">=0.5.0",
    "request":       ">=2.12.0",
    "stablematch":   ">=0.0.4",
    "difflib":       ">=0.2.4"
  },
  "devDependencies": {
    "jasmine-node":  ">=1.0.26",
    "diff":          ">=1.0.4",
    "indexeddb-js":  ">=0.0.13",
    "sqlite3":       ">=2.1.1",
    "nodejs4xpcom":  ">=0.0.2"
  },
  "keywords": [
    "syncml",
    "javascript",
    "synchronize",
    "mobile",
    "desktop",
    "framework",
    "adapter",
    "open mobile alliance",
    "open",
    "standard",
    "open standard"
  ]
}
