forked from radiocity/twig-html-loader
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 889 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@rikishi/twig-html-loader",
"version": "0.1.9",
"description": "Twig to html loader for webpack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radiocity/twig-html-loader.git"
},
"keywords": [
"html",
"twig",
"loader",
"webpack",
"compile",
"plain"
],
"author": "Alexander A. <radiocity@bk.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/radiocity/twig-html-loader/issues"
},
"homepage": "https://github.com/radiocity/twig-html-loader#readme",
"files": [
"index.js"
],
"dependencies": {
"loader-utils": "^1.1.0",
"twig": "^1.15.0"
},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}