-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 980 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
{
"name": "mjml-email-generator",
"version": "1.0.0",
"description": "Generate responsive email templates using the MJML framework.",
"main": "index.js",
"scripts": {
"build": "gulp build",
"dev": "yarn watch",
"lint": "eslint --config ./.eslintrc.js .",
"watch": "gulp watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-promise": "^3.8.0",
"fancy-log": "^1.3.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"lodash": "^4.17.11",
"mjml": "^4.0.0",
"mjml-core": "^4.3.1",
"mjml-validator": "^4.3.0",
"mkdirp": "^0.5.1"
}
}