-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 827 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
34
35
36
37
{
"name": "insubnet",
"version": "0.0.8",
"homepage": "http://louist.github.io/inSubnet/",
"author": {
"name": "Louis T.",
"email": "louist@ltdev.im",
"url": "http://ltdev.im/"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/LouisT/inSubnet.git"
},
"bugs": {
"url": "https://github.com/LouisT/inSubnet/issues"
},
"licenses": [
{
"type": "unlicensed",
"url": "http://unlicense.org/"
}
],
"keywords": [
"ip",
"ipv4",
"ipv6",
"subnet",
"expander",
"validation"
],
"description": "Check an IP(v4 or v6) against a subnet.",
"engine": "node => 0.6",
"main": "index.js"
}