-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1015 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
43
44
45
46
{
"name": "mjml-with-images-loader",
"version": "0.0.0-semantically-released",
"description": "MJML loader for webpack with images",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"build": "echo \"nothing to build, pack as is\"",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodkz/mjml-with-images-loader.git"
},
"keywords": [
"mjml",
"webpack",
"images",
"loader"
],
"author": "Pavel Chertorogov",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodkz/mjml-with-images-loader/issues"
},
"homepage": "https://github.com/nodkz/mjml-with-images-loader#readme",
"dependencies": {
"base64-image-loader": "^1.0.0",
"colors": "1.4.0",
"loader-utils": "^1.1.0"
},
"peerDependencies": {
"mjml": ">=4.1.0"
},
"devDependencies": {
"mjml": "4.9.3",
"semantic-release": "^17.4.3"
},
"jest": {
"roots": [
"<rootDir>"
]
}
}