-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "grunt-email-builder",
"description": "Inline css, send email tests, and send Litmus tests",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "https://github.com/Email-builder/grunt-email-builder.git"
},
"contributors": [
"Jeremy Peter <jeremywpeter@gmail.com> (https://github.com/jeremypeter)",
"Steve Miller <steven.jmiller@gmail.com> (http://www.stevenjohnmiller.com.au)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Email-builder/grunt-email-builder/issues"
},
"homepage": "https://github.com/Email-builder/grunt-email-builder",
"main": "grunt.js",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"gruntplugin"
],
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt-contrib-watch": "~1.0.0"
},
"dependencies": {
"bluebird": "^3.4.1",
"email-builder-core": "^2.0.0"
}
}