-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1021 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
{
"name": "ehogan-loader",
"version": "0.4.3",
"description": "Extended hogan loader for webpack",
"keywords": [
"webpack",
"loader",
"mustache",
"hogan"
],
"homepage": "https://github.com/alekskorolev/ehogan-loader",
"issues": "https://github.com/alekskorolev/ehogan-loader/issues",
"author": {
"name": "Aleksandr Korolev",
"email": "[email protected]",
"url": "https://github.com/alexkorolev"
},
"repository": {
"type": "git",
"url": "git://github.com/alekskorolev/ehogan-loader.git"
},
"main": "index.js",
"dependencies": {
"hogan.js": "^3.0.2",
"html-minifier": "^0.6.8",
"loader-utils": "^0.2.16"
},
"devDependencies": {
"eslint": "^0.8.1",
"jscs": "^1.6.2"
},
"scripts": {
"test": "eslint index.js && jscs index.js"
},
"engines": {
"node": ">=4.0.0",
"npm": ">=3.0.0"
},
"license": "MIT"
}