{
  "name": "arraybuffer-loader",
  "version": "1.0.8",
  "description": "Webpack loader that returns file contents as a ArrayBuffer",
  "scripts": {
    "test": "npm-run-all test-browser test-node",
    "test-browser": "karma start --single-run",
    "test-node": "webpack && mocha test/arraybuffer-loader.bundle.js"
  },
  "main": "index.js",
  "files": [
    "lib",
    "index.js",
    "*.md"
  ],
  "engines": {
    "node": ">= 4.0.0"
  },
  "dependencies": {
    "loader-utils": "^1.1.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "karma": "^4.3.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^1.1.1",
    "karma-mocha-reporter": "^2.0.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.2",
    "mocha": "^6.0.0",
    "npm-run-all": "^4.1.2",
    "text-encoding": "^0.7.0",
    "webpack": "^4.41.1",
    "webpack-cli": "^3.3.9"
  },
  "author": {
    "name": "Pine Mizune",
    "email": "pinemz@gmail.com",
    "url": "https://github.com/pine"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pine/arraybuffer-loader"
  },
  "bugs": {
    "url": "https://github.com/pine/arraybuffer-loader/issues"
  },
  "homepage": "https://github.com/pine/arraybuffer-loader",
  "license": "MIT"
}
