This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/ipaddr.js/package.json

23 lines
571 B
JSON

{
"name": "ipaddr.js",
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
"version": "0.1.3",
"author": "Peter Zotov <whitequark@whitequark.org>",
"directories": {
"lib": "./lib"
},
"dependencies": {},
"devDependencies": {
"coffee-script": "~1.6",
"nodeunit": "~0.5.3",
"uglify-js": "latest"
},
"scripts": {
"test": "cake build test"
},
"keywords": ["ip", "ipv4", "ipv6"],
"repository": "git://github.com/whitequark/ipaddr.js",
"main": "./lib/ipaddr",
"engines": { "node": ">= 0.2.5" }
}