summaryrefslogtreecommitdiffstats
path: root/SdncReports/SdncReportsApi/src/main/webapp/node_modules/ng-ip-address/package.json
blob: 87f59cb546d7911ff24ae056d3d66c109e8f6717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
  "_from": "ng-ip-address",
  "_id": "ng-ip-address@1.1.12",
  "_inBundle": false,
  "_integrity": "sha1-reynz2xY/ZSD8FLv30DF+2UMYrg=",
  "_location": "/ng-ip-address",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "ng-ip-address",
    "name": "ng-ip-address",
    "escapedName": "ng-ip-address",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ng-ip-address/-/ng-ip-address-1.1.12.tgz",
  "_shasum": "adeca7cf6c58fd9483f052efdf40c5fb650c62b8",
  "_spec": "ng-ip-address",
  "_where": "D:\\routing",
  "author": {
    "name": "Scott Gullen"
  },
  "bugs": {
    "url": "https://github.com/CautemocSg/ng-ip-address/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "AngularJS directive that will validate an IP address and impose relevant character and structure limits",
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^3.0.0",
    "jasmine-core": "^2.6.4",
    "karma": "^1.7.0",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "phantomjs-prebuilt": "^2.1.14"
  },
  "homepage": "https://github.com/CautemocSg/ng-ip-address#readme",
  "keywords": [
    "angular",
    "angularjs",
    "directive",
    "ip address",
    "form",
    "input",
    "validation"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "ng-ip-address",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CautemocSg/ng-ip-address.git"
  },
  "scripts": {
    "build": "gulp default",
    "test": "gulp test"
  },
  "version": "1.1.12"
}