UNPKG

1.24 kBJSONView Raw
1{
2 "name": "is-valid-domain",
3 "version": "0.0.12",
4 "description": "Validate domain name",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape test/*.js",
8 "build:example": "browserify example/main.js -o example/dist/bundle.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/miguelmota/is-valid-domain"
13 },
14 "keywords": [
15 "valid",
16 "validate",
17 "validator",
18 "check",
19 "checker",
20 "domain",
21 "subdomain",
22 "wildcard",
23 "host",
24 "hostname"
25 ],
26 "author": {
27 "name": "Miguel Mota",
28 "email": "hello@miguelmota.com",
29 "url": "https://miguelmota.com/"
30 },
31 "license": {
32 "type": "MIT",
33 "url": "https://github.com/miguelmota/is-valid-domain/blob/master/LICENSE"
34 },
35 "bugs": {
36 "url": "https://github.com/miguelmota/is-valid-domain/issues"
37 },
38 "homepage": "https://github.com/miguelmota/is-valid-domain",
39 "devDependencies": {
40 "browserify": "^16.2.3",
41 "tape": "^4.9.2"
42 },
43 "testling": {
44 "files": "test/*.js",
45 "browsers": [
46 "ie/6..latest",
47 "chrome/22..latest",
48 "firefox/16..latest",
49 "safari/latest",
50 "opera/11.0..latest",
51 "iphone/6",
52 "ipad/6",
53 "android-browser/latest"
54 ]
55 }
56}