diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-12-07 16:37:54 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-12-07 16:37:54 +0200 |
| commit | 2b93429ff34bc489998a326c8698df54e269846a (patch) | |
| tree | 21051ca161a146cb9f3dfb7d7d0f82b54e5b4e58 /package.json | |
| parent | 97417f229b2f981196b4931ed4933067aa0275e8 (diff) | |
Initial package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..95be4e6 --- /dev/null +++ b/package.json @@ -0,0 +1,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" +} |
