HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/debierbaron.komma.pro/wwwroot/external/ui-date-master/package.json
{
  "name": "angular-ui-date",
  "version": "1.1.1",
  "description": "This directive allows you to add a date-picker to your form elements.",
  "main": "dist/date.js",
  "scripts": {
    "build": "npm run test && webpack",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md --same-file",
    "commit": "git-cz",
    "ghpages": "cp dist/date.js demo/assets/date.js && gh-pages -d demo",
    "lint": "eslint src/** --ext .js",
    "update": "bower update",
    "start": "webpack-dev-server",
    "test": "npm run lint && karma start --single-run",
    "test:watch": "karma start",
    "test:single": "karma start --single-run",
    "test:ci": "TRAVIS=true npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:angular-ui/ui-date.git"
  },
  "author": "https://github.com/angular-ui/ui-date/graphs/contributors",
  "license": "MIT",
  "homepage": "http://angular-ui.github.com/ui-date",
  "bugs": {
    "url": "https://github.com/angular-ui/ui-date/issues"
  },
  "keywords": [
    "AngularJS",
    "directive",
    "datepicker"
  ],
  "devDependencies": {
    "angular": "^1.4.0",
    "angular-mocks": "^1.4.0",
    "babel-core": "6.9.1",
    "babel-loader": "6.2.4",
    "babel-preset-es2015": "6.9.0",
    "bower": "^1.7.0",
    "commitizen": "^2.4.6",
    "conventional-changelog": "^1.1.0",
    "conventional-changelog-cli": "1.2.0",
    "cz-conventional-changelog": "^1.1.5",
    "eslint": "^1.10.3",
    "exports-loader": "0.6.2",
    "expose-loader": "0.7.1",
    "gh-pages": "0.11.0",
    "jasmine-core": "^2.4.1",
    "jquery": "2.1.4",
    "jquery-ui": "1.10.5",
    "karma": "^0.13.15",
    "karma-chrome-launcher": "^1.0.1",
    "karma-firefox-launcher": "^1.0.0",
    "karma-jasmine": "^1.0.2",
    "karma-webpack": "1.7.0",
    "webpack": "1.13.1",
    "webpack-dev-server": "1.14.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}