forked from shanggqm/multi-mustache-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": "multi-mustache-loader",
"version": "0.0.4",
"description": "multiple mustache loader for webpack. Allow multiple template write in on template file",
"keywords": [
"webpack",
"loader",
"mustache",
"hogan"
],
"homepage": "https://github.com/shanggqm/multi-mustache-loader",
"author": {
"name": "shanggqm",
"email": "[email protected]",
"url": "https://github.com/shanggqm"
},
"repository": {
"type": "git",
"url": "git://github.com/shanggqm/multi-mustache-loader.git"
},
"main": "index.js",
"peerDependencies": {
"hogan.js": "^3.0.2",
"webpack": "^2.0.1-beta"
},
"dependencies": {
"hogan.js": "^3.0.2",
"html-minifier": "^1.1.1",
"loader-utils": "^0.2.4"
},
"devDependencies": {
"eslint": "^1.10.3",
"jscs": "^2.8.0"
},
"scripts": {
"test": "eslint index.js && jscs index.js"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT"
}