{
  "name": "twig-loader",
  "version": "0.5.5",
  "description": "Webpack loader for compiling twig.js templates",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec"
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zimmo-be/twig-loader.git"
  },
  "author": "Mathieu Maes @ Zimmo.be",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zimmo-be/twig-loader/issues"
  },
  "homepage": "https://github.com/zimmo-be/twig-loader#readme",
  "peerDependencies": {
    "twig": "~1.10.5"
  },
  "dependencies": {
    "async": "^2.1.5",
    "hasha": "^3.0.0",
    "loader-utils": "^1.1.0",
    "schema-utils": "^0.4.5",
    "twig": "^1.12.0",
    "underscore": "^1.9.1"
  },
  "devDependencies": {
    "minimist": ">=0.2.1",
    "mocha": "^5.2.0",
    "should": "^13.2.1"
  }
}
