2017-08-03 01:56:16 +00:00
|
|
|
{
|
|
|
|
|
"name": "eth-phishing-detect",
|
2018-04-04 15:41:04 +00:00
|
|
|
"version": "1.1.13",
|
2017-08-03 02:42:10 +00:00
|
|
|
"description": "Utility for detecting phishing domains targeting Ethereum users",
|
|
|
|
|
"main": "src/index.js",
|
2017-08-03 01:56:16 +00:00
|
|
|
"scripts": {
|
2017-08-29 16:43:18 +00:00
|
|
|
"test": "node test | tap-summary",
|
|
|
|
|
"ci": "node test | tap-summary --no-progress"
|
2017-08-03 01:56:16 +00:00
|
|
|
},
|
2017-08-03 02:42:10 +00:00
|
|
|
"author": "kumavis",
|
2018-04-04 15:41:04 +00:00
|
|
|
"license": "DBAD",
|
2017-08-03 01:56:16 +00:00
|
|
|
"dependencies": {
|
|
|
|
|
"fast-levenshtein": "^2.0.6"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-08-05 00:36:33 +00:00
|
|
|
"async": "^2.5.0",
|
2017-10-20 12:05:08 +00:00
|
|
|
"csv-parse": "^2.0.0",
|
2018-11-10 21:43:24 +00:00
|
|
|
"isomorphic-fetch": "^2.2.1",
|
2017-08-09 17:11:21 +00:00
|
|
|
"needle": "^2.0.0",
|
2017-08-05 00:36:33 +00:00
|
|
|
"punycode": "^2.1.0",
|
2017-08-25 02:01:11 +00:00
|
|
|
"tap-summary": "^4.0.0",
|
2017-08-03 01:56:16 +00:00
|
|
|
"tape": "^4.8.0"
|
2017-08-15 02:46:56 +00:00
|
|
|
},
|
|
|
|
|
"directories": {
|
|
|
|
|
"test": "test"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/MetaMask/eth-phishing-detect.git"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/MetaMask/eth-phishing-detect/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/MetaMask/eth-phishing-detect#readme"
|
2017-08-03 01:56:16 +00:00
|
|
|
}
|