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

Unified Diff: package.json

Issue 29366993: Issue 4629 - Default website boilerplate (Closed)
Patch Set: Created Dec. 7, 2016, 1:28 p.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
Index: package.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "website-boilerplate",
+ "version": "1.0.0",
+ "private": true,
+ "devDependencies": {
+ "gulp": "^3.9.1",
+ "gulp-sass": "^2.3.2",
+ "website-defaults": "https://hg.adblockplus.org/website-defaults/archive/tip.tar.gz"
+ }
+}

Powered by Google App Engine
This is Rietveld