-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 831 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "etheraddresslookup",
"version": "1.16.0",
"description": "A web extension for blocking ethereum phishing websites.",
"main": "blacklists/domains.json",
"scripts": {
"lint": "eslint js",
"lint-fix": "eslint --fix js",
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/409H/EtherAddressLookup.git"
},
"keywords": [
"Ethereum",
"security",
"blacklist"
],
"author": "Harry Denley",
"license": "MIT",
"bugs": {
"url": "https://github.com/409H/EtherAddressLookup/issues"
},
"homepage": "https://github.com/409H/EtherAddressLookup#readme",
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"gulp": "^3.9.1",
"gulp-sass": "^4.0.1"
}
}