{
  "name": "epubjs",
  "version": "0.3.15",
  "description": "Parse and Render Epubs",
  "main": "lib/index.js",
  "jsnext:main": "src/index.js",
  "module": "src/index.js",
  "repository": "https://github.com/futurepress/epub.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
    "documentation": "./node_modules/.bin/gulp docs",
    "lint": "./node_modules/.bin/eslint -c .eslintrc.js src; exit 0",
    "start": "./node_modules/.bin/webpack-dev-server --inline --d",
    "build": "./node_modules/.bin/webpack --progress",
    "minify": "NODE_ENV=production npm run build",
    "legacy": "NODE_ENV=production LEGACY=true npm run build",
    "compile": "./node_modules/.bin/babel --optional runtime -d lib/ src/",
    "watch": "./node_modules/.bin/babel --watch --optional runtime -d lib/ src/",
    "prepublish": "npm run compile && npm run build && npm run minify && npm run legacy"
  },
  "author": "fchasen@gmail.com",
  "license": "BSD-2-Clause",
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-core": "^6.22.1",
    "babel-loader": "^6.2.10",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.22.0",
    "babel-polyfill": "^6.22.0",
    "babel-preset-env": "1.1.8",
    "babel-preset-es2015": "^6.22.0",
    "babili-webpack-plugin": "0.0.10",
    "colors": "^1.1.2",
    "connect": "^3.5.0",
    "eslint": "^3.15.0",
    "express": "^4.14.1",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-connect": "~5.0.0",
    "gulp-documentation": "fchasen/gulp-documentation",
    "gulp-jshint": "^2.0.4",
    "gulp-plumber": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-size": "^2.1.0",
    "gulp-sourcemaps": "^2.4.1",
    "gulp-uglify": "^2.0.1",
    "gulp-util": "^3.0.8",
    "jquery": "^3.1.1",
    "jshint": "^2.9.4",
    "karma": "^1.4.1",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.2",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.2",
    "mocha": "^3.2.0",
    "mocha-loader": "^1.1.0",
    "morgan": "^1.8.0",
    "optimist": "^0.6.1",
    "portfinder": "^1.0.13",
    "raw-loader": "^0.5.1",
    "serve-static": "^1.11.2",
    "uglify": "^0.1.5",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "webpack": "^v2.2.1",
    "webpack-dev-middleware": "^1.10.0",
    "webpack-dev-server": "^v2.3.0"
  },
  "dependencies": {
    "event-emitter": "^0.3.4",
    "jszip": "^3.1.3",
    "path-webpack": "^0.0.3",
    "stream-browserify": "^2.0.1",
    "xmldom": "^0.1.27"
  }
}
