Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29646555: Issue 6210 - Implement Subscription (Double-opt-in) template for newsletter (Closed)
Patch Set: Addressed comments #20 Created Jan. 23, 2018, 8:47 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gulpfile.js ('k') | src/scss/_content.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "eyeomail",
+ "private": true,
+ "licence": "GPL-3.0",
+ "browserslist": [
+ "last 2 versions",
+ "ie >= 9"
+ ],
+ "devDependencies": {
+ "autoprefixer": "^7.1.1",
+ "fs-readfile-promise": "^3.0.1",
+ "gulp": "^3.9.1",
+ "gulp-postcss": "^7.0.0",
+ "gulp-rename": "^1.2.2",
+ "gulp-sass": "^3.1.0",
+ "gulp-sourcemaps": "^2.6.1",
+ "gulp-util": "^3.0.8",
+ "postcss-scss": "^1.0.2",
+ "replace": "^0.3.0",
+ "website-defaults": "https://hg.adblockplus.org/website-defaults/archive/tip.tar.gz"
+ }
+}
« no previous file with comments | « gulpfile.js ('k') | src/scss/_content.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld