CautemocSg/ng-ip-address

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ng-ip-address",
  "version": "1.1.13",
  "description": "AngularJS directive that will validate an IP address and impose relevant character and structure limits",
  "repository": {
    "type": "git",
    "url": "https://github.com/CautemocSg/ng-ip-address.git"
  },
  "keywords": [
    "angular",
    "angularjs",
    "directive",
    "ip address",
    "form",
    "input",
    "validation"
  ],
  "main": "index.js",
  "license": "MIT",
  "author": "Scott Gullen",
  "bugs": {
    "url": "https://github.com/CautemocSg/ng-ip-address/issues"
  },
  "scripts": {
    "build": "gulp default",
    "test": "gulp test"
  },
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^3.0.0",
    "karma": "^1.7.0",
    "jasmine-core": "^2.6.4",
    "karma-jasmine": "^1.1.0",
    "phantomjs-prebuilt": "^2.1.14",
    "karma-phantomjs-launcher": "^1.0.4"
  }
}