mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-09 20:11:12 +00:00
Extend phishing with full URL support (#11)
* Extend phishing with full URL support * Cleanups * false on network exception
This commit is contained in:
@@ -1,16 +1,8 @@
|
||||
{
|
||||
"name": "@polkadot/unused",
|
||||
"version": "0.1.6",
|
||||
"description": "Simple phishing scripts from a central source",
|
||||
"description": "Dummy",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"registry": "https://registry.npmjs.org"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/polkadot-js/phishing.git"
|
||||
},
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"maintainers": [
|
||||
"Jaco Greeff <jacogr@gmail.com>"
|
||||
@@ -20,9 +12,5 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/polkadot-js/phishing/issues"
|
||||
},
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@polkadot/x-fetch": "0.3.2"
|
||||
}
|
||||
"homepage": "https://github.com/polkadot-js/phishing"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user