UNPKG

796 BJSONView Raw
1{
2 "name": "twig-loader",
3 "version": "0.5.0",
4 "description": "Webpack loader for compiling twig.js templates",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha -R spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/zimmo-be/twig-loader.git"
12 },
13 "author": "Mathieu Maes @ Zimmo.be",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/zimmo-be/twig-loader/issues"
17 },
18 "homepage": "https://github.com/zimmo-be/twig-loader#readme",
19 "peerDependencies": {
20 "twig": "~1.10.5"
21 },
22 "dependencies": {
23 "async": "^2.1.5",
24 "hasha": "^3.0.0",
25 "loader-utils": "^1.1.0",
26 "schema-utils": "^0.4.5",
27 "twig": "^1.12.0",
28 "underscore": "^1.9.1"
29 },
30 "devDependencies": {
31 "mocha": "^5.2.0",
32 "should": "^13.2.1"
33 }
34}
\No newline at end of file