eth-phishing-detect/package.json

23 lines
505 B
JSON
Raw Normal View History

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": {
"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": {
"async": "^2.5.0",
"csv-parse": "^1.2.1",
"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"
}
}