UNPKG

1.05 kBJSONView Raw
1{
2 "name": "mjml",
3 "description": "MJML: the only framework that makes responsive-email easy",
4 "version": "4.10.0",
5 "main": "lib/index.js",
6 "bin": {
7 "mjml": "bin/mjml"
8 },
9 "files": [
10 "bin",
11 "lib"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/mjmlio/mjml.git",
16 "directory": "packages/mjml"
17 },
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/mjmlio/mjml/issues"
21 },
22 "homepage": "https://mjml.io",
23 "scripts": {
24 "clean": "rimraf lib",
25 "build": "babel src --out-dir lib --root-mode upward",
26 "test": "node ./test/test-html-attributes.js"
27 },
28 "dependencies": {
29 "@babel/runtime": "^7.8.7",
30 "mjml-cli": "4.10.0",
31 "mjml-core": "4.10.0",
32 "mjml-migrate": "4.10.0",
33 "mjml-preset-core": "4.10.0",
34 "mjml-validator": "4.10.0"
35 },
36 "devDependencies": {
37 "@babel/cli": "^7.8.4",
38 "chai": "^4.1.1",
39 "cheerio": "1.0.0-rc.10",
40 "lodash": "^4.17.15",
41 "rimraf": "^3.0.2"
42 },
43 "gitHead": "2a3b05ba06a97f4e0f02397f9aa6944c8613baa9"
44}