{
  "name": "selection-is-backward",
  "version": "1.0.0",
  "description": "Returns `true` if the Selection is \"backward\", `false` otherwise",
  "main": "index.js",
  "scripts": {
    "prepublish": "tsc --module commonjs --declaration index.ts",
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/webmodules/selection-is-backward.git"
  },
  "keywords": [
    "browser",
    "dom",
    "selection",
    "range",
    "backward",
    "anchor",
    "focus"
  ],
  "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/webmodules/selection-is-backward/issues"
  },
  "homepage": "https://github.com/webmodules/selection-is-backward",
  "devDependencies": {
    "typescript": "~1.0.1",
    "zuul": "~1.10.2"
  },
  "dependencies": {}
}
