-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.24 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@outofsync/mail-template-helper",
"version": "1.1.1",
"description": "Simple tools to merge data with email templates during run-time",
"main": "index.js",
"scripts": {
"test": "nyc mocha",
"build": "gulp",
"fix": "gulp fix",
"lint": "gulp lint",
"coverage": "nyc --reporter=lcov mocha && cat ./coverage/lcov.info | codacy-coverage",
"pretty": "gulp pretty"
},
"repository": {
"type": "git",
"url": "git+https://chronosis@github.com/OutofSyncStudios/mail-template-helper.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"email",
"merge",
"template",
"helper",
"utility"
],
"author": "Jay Reardon",
"license": "MIT",
"bugs": {
"url": "https://github.com/OutofSyncStudios/mail-template-helper/issues"
},
"homepage": "https://github.com/OutofSyncStudios/mail-template-helper#readme",
"dependencies": {
"@outofsync/lodash-ex": "^1.3.2",
"eslint": "^6.3.0",
"sugar": "^2.0.6"
},
"devDependencies": {
"chai": "^4.2.0",
"codacy-coverage": "^3.4.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^7.0.1",
"gulp-prettier": "^2.1.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"prettier": "^1.18.2"
}
}