{
  "name": "@tremby/twig-loader",
  "version": "0.5.0",
  "description": "Webpack loader for compiling twig.js templates",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tremby/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": {
    "hasha": "^3.0.0",
    "loader-utils": "^1.1.0",
    "map-cache": "^0.2.2",
    "schema-utils": "^0.4.5",
    "twig": "^1.10.5",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  }
}
