bitaddress.org/package.json
Thomas Le ebc2796500 added .idea and node_modules to .gitignore.
added package.json and package-lock.json to allow users to do an `npm install` and be able to build the index.html file
2017-09-02 10:37:00 -05:00

24 lines
612 B
JSON

{
"name": "walletgenerator.net",
"version": "3.3.0",
"description": "Open Source JavaScript Client-Side Bitcoin Wallet Generator",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.1",
"grunt-combine": "~0.8.3",
"grunt-lineending": "~0.2.4"
},
"repository": {
"type": "git",
"url": "git://github.com/MichaelMure/WalletGenerator.net.git"
},
"keywords": [
"bitcoin address wallet generator"
],
"author": "MichaelMure",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/MichaelMure/WalletGenerator.net/issues"
}
}