-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 861 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 861 Bytes
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
{
"name": "node-ng-mail",
"version": "1.0.2",
"description": "NodeJS module to create HTML templates for mails using AngularJS syntax, along with Juice to get beautiful CSS injected directly into your generated templates",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"angular",
"html",
"mail",
"templates",
"node",
"nodejs",
"cheerio"
],
"repository": {
"type": "git",
"url": "git+https://github.com/eternalsayed/node-angular-mail.git"
},
"bugs": {
"url": "https://github.com/eternalsayed/node-angular-mail/issues"
},
"homepage": "https://github.com/eternalsayed/node-angular-mail#readme",
"author": "Sayed Ahad Abbas",
"license": "MIT",
"dependencies": {
"angular-template": "^2.0.13",
"juice": "git+https://github.com/Automattic/juice.git"
}
}