-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 862 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
33
34
35
{
"name": "chimplate",
"version": "1.0.5",
"description": "A JavaScript template compiler for Mailchimp and Mandrill templates",
"main": "chimplate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faazshift/node-chimplate.git"
},
"keywords": [
"mailchimp",
"mandrill",
"template",
"templates",
"compiler",
"parse",
"parser",
"email"
],
"author": "Brendan Warkentin <faazshift@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/faazshift/node-chimplate/issues"
},
"homepage": "https://github.com/faazshift/node-chimplate#readme",
"dependencies": {
"feedparser-promised": "^1.1.1",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"string-replace-async": "^1.2.0"
}
}