-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "mjml-mailchimp",
"version": "0.0.7",
"description": "Mailchimp compatible MJML v4 components",
"author": {
"name": "James Homer",
"email": "[email protected]"
},
"license": "MIT",
"repository": "https://github.com/homerjam/mjml-mailchimp.git",
"main": "index.js",
"scripts": {
"test": "node test/convert-mjml-to-html.js",
"build": "npx babel --out-dir=lib src"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"lodash": "^4.17.21",
"mjml": "^4.12.0",
"mjml-button": "^4.12.0",
"mjml-core": "^4.12.0",
"mjml-image": "^4.12.0",
"mjml-section": "^4.12.0",
"mjml-text": "^4.12.0",
"mjml-validator": "^4.12.0"
}
}