2017-08-03 01:56:16 +00:00
|
|
|
{
|
|
|
|
|
"name": "eth-phishing-detect",
|
2017-08-08 07:34:05 +00:00
|
|
|
"version": "1.1.7",
|
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-05 00:36:33 +00:00
|
|
|
"test": "node test | tap-summary"
|
2017-08-03 01:56:16 +00:00
|
|
|
},
|
2017-08-03 02:42:10 +00:00
|
|
|
"author": "kumavis",
|
2017-08-03 01:56:16 +00:00
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"fast-levenshtein": "^2.0.6"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-08-05 00:36:33 +00:00
|
|
|
"async": "^2.5.0",
|
2017-08-04 23:10:14 +00:00
|
|
|
"csv-parse": "^1.2.1",
|
2017-08-05 00:36:33 +00:00
|
|
|
"needle": "^1.6.0",
|
|
|
|
|
"punycode": "^2.1.0",
|
|
|
|
|
"tap-summary": "^3.0.2",
|
2017-08-03 01:56:16 +00:00
|
|
|
"tape": "^4.8.0"
|
|
|
|
|
}
|
|
|
|
|
}
|