summaryrefslogtreecommitdiff
path: root/package.json
blob: 95be4e67f9f3088cc8faab3cc26f6490e81395c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "cidr.xyz",
  "version": "1.0.0",
  "description": "Web-based CIDR / netmask / IP address visualizer",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC"
}