-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
68 lines (68 loc) · 1.42 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "underscore-template-loader",
"version": "1.1.0",
"description": "An Underscore and Lodash template loader for Webpack",
"main": "index.js",
"homepage": "https://github.com/emaphp/underscore-template-loader",
"bugs": {
"url": "https://github.com/emaphp/underscore-template-loader/issues"
},
"license": "MIT",
"author": {
"name": "Emmanuel Antico",
"email": "[email protected]"
},
"contributors": [
{
"name": "Tommy Dugger (cerinman)"
},
{
"name": "Kees Kluskens (SpaceK33z)"
},
{
"name": "Pascal (pascalpp)"
},
{
"name": "Jan Nicklas (jantimon)"
},
{
"name": "Keith McKnight (kmck)"
},
{
"name": "JimYan"
}
],
"repository": {
"type": "git",
"url": "https://github.com/emaphp/underscore-template-loader.git"
},
"dependencies": {
"fastparse": "^1.1.2",
"loader-utils": "^2.0.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-string": "^1.5.0",
"istanbul": "^0.3.18",
"mocha": "^8.3.2",
"underscore": "^1.12.1"
},
"scripts": {
"push:local": "yalc push --private --replace --update",
"test": "mocha",
"cover": "istanbul cover node_modules/mocha/bin/_mocha"
},
"keywords": [
"underscore",
"lodash",
"template",
"webpack",
"loader"
],
"readmeFilename": "README.md",
"eslintConfig": {
"env": {
"node": true
}
}
}