forked from at0g/nunjucks-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 958 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
40
41
42
{
"name": "nunjucks-loader",
"version": "3.0.0",
"description": "A nunjucks loader for webpack.",
"main": "index.js",
"scripts": {
"test": "webpack-dev-server --config test/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git://github.com/at0g/nunjucks-loader.git"
},
"keywords": [
"webpack",
"nunjucks",
"nunj",
"loader",
"template"
],
"author": "Ben Daley <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/at0g/nunjucks-loader/issues"
},
"homepage": "https://github.com/at0g/nunjucks-loader",
"dependencies": {
"loader-utils": "^1.1.0",
"slash": "~1.0.0"
},
"peerDependencies": {
"nunjucks": ">= 2.5.0 <= 4.0.0"
},
"devDependencies": {
"chai": "^2.1.2",
"mocha": "^2.2.1",
"mocha-loader": "^0.7.1",
"nunjucks": "^2.5.0",
"raw-loader": "^0.5.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.2"
}
}