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

Unified Diff: package.json

Issue 29331068: Noissue - Populate package.json to avoid npm warnings (abp2blocklist) (Closed)
Patch Set: Created Nov. 26, 2015, 5:04 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index e69c727f2fd04b8ca2e080dee7b9eb1295f4a61c..4677cb7ee63f3f6efce0f19b11c6dcad413c9bb6 100644
--- a/package.json
+++ b/package.json
@@ -1,4 +1,11 @@
{
+ "name": "abp2blocklist",
+ "description": "A script to convert Adblock Plus filter lists to WebKit block lists",
+ "license" : "GPL-3.0",
+ "repository": {
+ "type": "mercurial",
+ "url": "https://hg.adblockplus.org/abp2blocklist"
+ },
"dependencies": {
"tldjs": "*"
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld