{
  "name": "epub-cfi-resolver",
  "version": "1.0.2",
  "repository": {
    "type": "git",
    "url": "https://github.com/fread-ink/epub-cfi-resolver.git"
  },
  "dependencies": {},
  "author": {
    "name": "Marc Juul",
    "email": "npm@juul.io",
    "url": "https://github.com/juul"
  },
  "devDependencies": {
    "browserify": "^16.5.0",
    "jsdom": "^16.2.0",
    "tape": "^4.13.2",
    "watchify": "^4.0.0"
  },
  "scripts": {
    "build": "browserify example/example.js -o example/bundle.js",
    "watch": "watchify example/example.js -o example/bundle.js",
    "test": "tape tests/*.js"
  },
  "license": "AGPL-3.0"
}
