-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
31 lines (31 loc) · 856 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
{
"name": "nunjucks-html-loader",
"version": "1.1.0",
"description": "A webpack loader that takes nunjucks templates and returns raw html. It also works with webpack's watch command",
"npmName": "nunjucks-html-loader",
"keywords": [
"webpack",
"nunjucks",
"html",
"raw",
"watch",
"hmr",
"live"
],
"author": "Ryan Hornberger <[email protected]> (https://github.com/ryanhornberger)",
"license": "MIT",
"homepage": "https://github.com/ryanhornberger/nunjucks-html-loader",
"repository": {
"type": "git",
"url": "https://github.com/ryanhornberger/nunjucks-html-loader.git"
},
"bugs": {
"url": "https://github.com/ryanhornberger/nunjucks-html-loader/issues"
},
"main": "index.js",
"dependencies": {
"loader-utils": "^0.2.16",
"nunjucks": "^3.0.0"
},
"devDependencies": {}
}