Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Sep 3, 2019
1 parent a2fa793 commit 72fde2f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 72fde2f

Please sign in to comment.