-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1020 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": "mjml-marketo",
"version": "1.0.12",
"description": "Components to help turn mjml emails into marketo templates.",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"files": [
"lib/*"
],
"dependencies": {
"mjml": "^4.7.0-beta.1",
"mjml-core": "^4.7.0-beta.1",
"mjml-validator": "^4.7.0-beta.1"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"rimraf": "^3.0.2"
},
"scripts": {
"start": "npm run clean && npm run build",
"build": "babel src --out-dir lib",
"clean": "rimraf lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/araphiel/mjml-marketo.git"
},
"keywords": [
"mjml"
],
"author": "Armon Raphiel",
"license": "MIT",
"bugs": {
"url": "https://github.com/araphiel/mjml-marketo/issues"
},
"homepage": "https://github.com/araphiel/mjml-marketo#readme"
}