{
  "name": "inlineresources",
  "version": "1.2.0",
  "description": "Inlines style sheets, images, fonts and scripts in HTML documents. Works in the browser.",
  "keywords": [
    "inline",
    "assets",
    "resources",
    "HTML",
    "JS",
    "CSS",
    "webfonts"
  ],
  "homepage": "https://www.github.com/cburgmer/inlineresources",
  "bugs": "https://github.com/cburgmer/inlineresources/issues",
  "license": "MIT",
  "author": {
    "name": "Christoph Burgmer",
    "email": "christoph.burgmer@gmail.com"
  },
  "main": "./src/inline.js",
  "directories": {
    "lib": "./src/",
    "example": "./examples/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cburgmer/inlineresources.git"
  },
  "dependencies": {
    "css-font-face-src": "^1.0.0",
    "url": "~0.11.0"
  },
  "devDependencies": {
    "derequire": "^2.1.1",
    "grunt": "^1.4.1",
    "grunt-browserify": "^6.0.0",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^2.0.0",
    "grunt-contrib-jshint": "^3.1.1",
    "grunt-contrib-uglify": "^5.0.1",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-exec": "^3.0.0",
    "grunt-karma": "^4.0.2",
    "grunt-regex-check": "~0.1.5",
    "grunt-umd": "^3.0.0",
    "jasmine-core": "^4.0.0",
    "karma": "^6.3.11",
    "karma-chrome-launcher": "^3.1.0",
    "karma-jasmine": "^4.0.1",
    "prettier": "^2.5.1",
    "puppeteer": "^24.29.1",
    "xmlserializer": "^0.6.0"
  },
  "prettier": {
    "tabWidth": 4
  },
  "scripts": {
    "test": "grunt && prettier -c src test && ./test/inlineIntegration/runInlineTests.sh"
  }
}
