Skip to content

Commit 05f6c47

Browse files
authored
Create bower.json
1 parent b5e5345 commit 05f6c47

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "ip2proxy-nodejs",
3+
"description": "This Node.js module provides a fast lookup of proxy information from IP address by using IP2Proxy BIN database.",
4+
"main": "src/ip2proxy.js",
5+
"keywords": [
6+
"vpn-detection",
7+
"proxy-detection",
8+
"anonymous-proxy",
9+
"ip2proxy",
10+
"proxy-database",
11+
"vpn",
12+
"tor",
13+
"proxy"
14+
],
15+
"authors": [
16+
"IP2Location.com <[email protected]> (https://www.ip2location.com/)"
17+
],
18+
"license": "MIT",
19+
"homepage": "https://www.ip2location.com/",
20+
"dependencies": {
21+
"big-integer": ">=1.6.8"
22+
},
23+
"repository": {
24+
"type": "git",
25+
"url": "git://github.com/ip2location/ip2proxy-nodejs"
26+
}
27+
}

0 commit comments

Comments
 (0)