forked from nottinghamcollege/HTML-Email-Boilerplate-Redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 873 Bytes
/
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
{
"name": "html-email-boilerplate-redux",
"version": "1.0.3",
"description": "HTML Email Boilerplate for email developers",
"repository": {
"type": "git",
"url": "git+https://github.com/centralcollegenottingham/HTML-Email-Boilerplate-Redux.git"
},
"author": "James White <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/centralcollegenottingham/HTML-Email-Boilerplate-Redux/issues"
},
"homepage": "https://github.com/centralcollegenottingham/HTML-Email-Boilerplate-Redux",
"devDependencies": {
"del": "^2.2.1",
"dotenv-extended": "^1.0.1",
"git-rev": "^0.2.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.11",
"gulp-inline-css": "git+https://[email protected]/centralcollegenottingham/gulp-inline-css.git",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2"
}
}