{ "author": "Red Hat", "name": "angular-patternfly", "version": "0.0.0-semantically-released", "license": "MIT", "description": "Angular extension of the PatternFly project.", "keywords": [ "angular", "patternfly" ], "main": "index.js", "homepage": "https://github.com/patternfly/angular-patternfly", "dependencies": { "angular": "^1.7.7", "angular-animate": "^1.7.7", "angular-sanitize": "^1.7.7", "angular-svg-base-fix": "2.0.0", "angular-ui-bootstrap": "2.3.x", "lodash": "^4.17.12", "node-sass": "^4.11.0", "patternfly": "^3.59.4" }, "devDependencies": { "angular-dragdrop": "^1.0.13", "angular-mocks": "^1.7.7", "angular-ui-router": "^1.0.20", "express": "^4.17.1", "grunt": "1.0.3", "grunt-angular-templates": "^1.1.0", "grunt-available-tasks": "^0.6.3", "grunt-cli": "1.3.1", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-connect": "^2.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^3.0.0", "grunt-contrib-jshint": "^2.0.0", "grunt-contrib-less": "^2.0.0", "grunt-contrib-uglify": "^4.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "~21.0.0", "grunt-htmlhint": "^0.9.13", "grunt-karma": "^3.0.1", "grunt-karma-coveralls": "^2.5.4", "grunt-lassie": "0.0.1", "grunt-ng-annotate": "^3.0.0", "grunt-remove": "^0.1.0", "grunt-sass": "3.0.2", "grunt-string-replace": "^1.3.1", "grunt-uidocs-generator": "^0.6.1", "jasmine-core": "^2.9.0", "jquery-ui-dist": "1.12.1", "karma": "^1.7.1", "karma-chrome-launcher": "^2.2.0", "karma-firefox-launcher": "^1.0.1", "karma-jasmine": "^1.1.0", "karma-junit-reporter": "^1.2.0", "karma-ng-html2js-preprocessor": "^1.0.0", "karma-phantomjs-launcher": "^1.0.4", "marked": "^0.6.1", "matchdep": "0.3.0", "patternfly-eng-release": "^3.26.74", "qs": "^1.0.0", "semantic-release": "^15.0.0", "send": "^0.17.1", "uglify-js": "^3.4.9" }, "optionalDependencies": { "angularjs-datatables": "^0.5.9", "angular-drag-and-drop-lists": "2.0.0", "bootstrap": "3.4.1", "bootstrap-select": "~1.12.4", "c3": "~0.4.11", "jquery-ui-dist": "1.12.1", "d3": "~3.5.17", "datatables.net": "^1.10.12", "datatables.net-select": "~1.2.0", "jquery": "3.4.1", "moment": "~2.24.0" }, "release": { "branch": "master-dist", "debug": false, "verifyConditions": { "path": "./node_modules/semantic-release/src/lib/plugin-noop.js" } }, "scripts": { "clean": "grunt clean", "build": "grunt build", "watch": "grunt watch", "uidocs": "grunt uidocs", "uidocs:view": "grunt uidocs:view", "uidocs:publish": "grunt uidocs:publish", "lint": "grunt lint", "test": "grunt test", "check": "grunt check", "help": "grunt help", "serve": "grunt serve", "start": "grunt serve", "semantic-release": "semantic-release --pre && npm publish && semantic-release --post", "semantic-release-post": "semantic-release --post", "semantic-release-pre": "semantic-release --pre" }, "repository": { "type": "git", "url": "https://github.com/patternfly/angular-patternfly.git" }, "engines": { "node": ">=0.10.10" } }