forked from opencomponents/base-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 874 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": "infinite-loop-loader",
"version": "1.0.9",
"description": "A webpack loader to transform ∞ loops so that they throw",
"author": {
"name": "Nick Balestra",
"email": "[email protected]"
},
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/opencomponents/base-templates.git"
},
"bugs": {
"url": "https://github.com/opencomponents/base-templates/issues"
},
"homepage": "https://github.com/opencomponents/base-templates#readme",
"files": [
"index.js",
"index.d.ts",
"lib",
"LICENSE",
"README.md"
],
"keywords": [
"oc",
"opencomponents",
"webpack",
"loader",
"inifinite-loop",
"webpackloader",
"transform"
],
"dependencies": {
"falafel": "^2.0.0",
"oc-templates-messages": "1.0.4"
}
}