From 72fde2f3f6538c57c95b29628cb670a37b8bbb2b Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Tue, 3 Sep 2019 15:27:02 -0400 Subject: [PATCH] Add package.json --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..82fd2a3 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "dependencies": { + "commander": "^3.0.1", + "standard": "^14.1.0" + }, + "name": "upstream-brave-wallet-strings-to-metamask", + "description": "A tiny project which syncs up strings that are in use by Brave into the MetaMask extension", + "version": "1.0.0", + "main": "index.js", + "devDependencies": {}, + "scripts": { + "lint": "standard", + "sync-strings": "node index.js sync-strings" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/bbondy/upstream-brave-wallet-strings-to-metamask.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/bbondy/upstream-brave-wallet-strings-to-metamask/issues" + }, + "homepage": "https://github.com/bbondy/upstream-brave-wallet-strings-to-metamask#readme" +}