UNPKG

902 BJSONView Raw
1{
2 "name": "ip-set",
3 "description": "Efficient mutable set for IP addresses",
4 "version": "2.0.0",
5 "author": "Travis Fischer <fisch0920@gmail.com>",
6 "dependencies": {
7 "ip": "^1.1.3"
8 },
9 "devDependencies": {
10 "tape": "^4.6.0"
11 },
12 "homepage": "http://webtorrent.io",
13 "keywords": [
14 "IP",
15 "address",
16 "ipv4",
17 "ipv6",
18 "set",
19 "blacklist",
20 "blocklist"
21 ],
22 "license": "MIT",
23 "main": "index.js",
24 "repository": {
25 "type": "git",
26 "url": "git://github.com/fisch0920/ip-set.git"
27 },
28 "bugs": {
29 "url": "https://github.com/fisch0920/ip-set/issues"
30 },
31 "scripts": {
32 "test": "tape test/*.js"
33 },
34 "testling": {
35 "files": "test/*.js",
36 "browsers": [
37 "ie/9..latest",
38 "chrome/25..latest",
39 "firefox/20..latest",
40 "safari/6..latest",
41 "opera/15.0..latest"
42 ]
43 },
44 "directories": {
45 "test": "test"
46 }
47}