-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.19 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.19 KB
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
43
44
45
46
47
48
{
"name": "swu-mjml",
"version": "1.1.0",
"description": "Automagically compile MJML templates to responsive HTML and easily update new versions to Sendwithus platform",
"author": "Matas Simonaitis",
"license": "ISC",
"homepage": "https://github.com/matass/swu-mjml",
"repository": {
"type": "git",
"url": "https://github.com/matass/swu-mjml"
},
"bugs": {
"url": "https://github.com/matass/swu-mjml/issues"
},
"keywords": [
"sendwithus",
"swu",
"mjml",
"responsive",
"transactional",
"email"
],
"scripts": {
"prepublish": "coffee --output lib --compile src",
"start": "coffee --output lib --compile src",
"test": "npm start | make _test"
},
"dependencies": {
"body-parser": "^1.18.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"gulp": "^4.0.1",
"gulp-mjml": "^3.0.0",
"mjml-core": "^4.4.0-beta.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-files": "^1.4.0",
"coffee-script": "^1.12.7",
"coveralls": "^3.0.3",
"gulp-mocha": "^6.0.0",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0"
}
}