main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
719 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "ipaddr.js",
|
---|
3 | "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
|
---|
4 | "version": "1.9.1",
|
---|
5 | "author": "whitequark <whitequark@whitequark.org>",
|
---|
6 | "directories": {
|
---|
7 | "lib": "./lib"
|
---|
8 | },
|
---|
9 | "dependencies": {},
|
---|
10 | "devDependencies": {
|
---|
11 | "coffee-script": "~1.12.6",
|
---|
12 | "nodeunit": "^0.11.3",
|
---|
13 | "uglify-js": "~3.0.19"
|
---|
14 | },
|
---|
15 | "scripts": {
|
---|
16 | "test": "cake build test"
|
---|
17 | },
|
---|
18 | "files": [
|
---|
19 | "lib/",
|
---|
20 | "LICENSE",
|
---|
21 | "ipaddr.min.js"
|
---|
22 | ],
|
---|
23 | "keywords": [
|
---|
24 | "ip",
|
---|
25 | "ipv4",
|
---|
26 | "ipv6"
|
---|
27 | ],
|
---|
28 | "repository": "git://github.com/whitequark/ipaddr.js",
|
---|
29 | "main": "./lib/ipaddr.js",
|
---|
30 | "engines": {
|
---|
31 | "node": ">= 0.10"
|
---|
32 | },
|
---|
33 | "license": "MIT",
|
---|
34 | "types": "./lib/ipaddr.js.d.ts"
|
---|
35 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.