Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mjml

Package Overview
Dependencies
Maintainers
2
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

.babelrc

61

package.json
{
"name": "mjml",
"version": "0.0.2",
"description": "",
"main": "index.js",
"version": "0.1.0",
"description": "MJML: the only framework that makes responsive-email easy",
"main": "./lib/mjml",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha --compilers js:babel-register",
"compile": "babel src/ --out-dir lib/ --source-maps && mv lib/mjml.js lib/mjml",
"prepublish": "npm run compile",
"lint": "eslint src test"
},
"author": "Guillaume Badi <gbadi@mailjet.com> (http://github.com/GuillaumeBadi)",
"license": "MIT"
"repository": {
"type": "git",
"url": "git+https://github.com/mjmlio/mjml.git"
},
"author": {
"name" : "Mailjet SAS",
"email" : "dev@mailjet.com",
"url" : "https://www.mailjet.com/"
},
"contributors": [
{"name": "Robin Komiwes", "email": "robin.komiwes@gmail.com", "url": "github.com/robink"},
{"name": "Guillaume Badi", "email": "gbadi@mailjet.com", "url": "github.com/GuillaumeBadi"},
{"name": "Maxime Brazeilles", "email": "Maxime@derniercri.io", "url": "github.com/iryusa"},
{"name": "Arnaud Breton", "email": "abreton@mailjet.com", "url": "github.com/arnaudbreton"},
{"name": "Loëck Vézien", "email": "loeck@mailjet.com", "url": "github.com/lohek"}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mjmlio/mjml/issues"
},
"homepage": "https://github.com/mjmlio/mjml",
"devDependencies": {
"babel-cli": "^6.4.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.4.3",
"chai": "^3.4.1",
"eslint-plugin-react": "^3.15.0",
"eslint": "^1.10.3",
"mocha": "^2.3.4",
"chai": "^3.4.1",
"mocha": "^2.3.4"
},
"dependencies": {
"commander": "^2.9.0",
"html-minify": "^0.3.1",
"htmltidy": "0.0.6",
"cheerio": "^0.19.0",
"classnames": "^2.2.0",
"debug": "^2.2.0",
"immutable": "^3.7.5",
"lodash": "^4.0.1",
"react": "^0.14.3",
"react-addons-perf": "^0.14.3",
"react-dom": "0.14.2"
}
}
README.md
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc