forked from patternfly/angular-patternfly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 3.35 KB
/
package.json
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"author": "Red Hat",
"name": "angular-patternfly",
"version": "0.0.0-semantically-released",
"license": "Apache-2.0",
"description": "Angular extension of the PatternFly project.",
"keywords": [
"angular",
"patternfly"
],
"main": "index.js",
"homepage": "https://github.com/patternfly/angular-patternfly",
"dependencies": {
"angular": "1.5.*",
"angular-animate": "1.5.*",
"angular-sanitize": "1.5.*",
"angular-svg-base-fix": "2.0.0",
"angular-ui-bootstrap": "2.3.x",
"grunt-cli": "1.2.0",
"lodash": "4.x",
"patternfly": "^3.37.1"
},
"devDependencies": {
"angular-dragdrop": "1.0.13",
"angular-mocks": "1.3.0 - 1.5.*",
"angular-ui-router": "^0.3.2",
"express": "3.4.4",
"grunt": "0.4.5",
"grunt-angular-templates": "0.5.7",
"grunt-available-tasks": "0.4.3",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "0.4.1",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "0.7.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "0.2.5",
"grunt-contrib-watch": "0.5.3",
"grunt-eslint": "~17.1.0",
"grunt-htmlhint": "0.4.1",
"grunt-karma": "2.0.0",
"grunt-karma-coveralls": "^2.5.4",
"grunt-lassie": "0.0.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-ngdocs": "0.2.9",
"grunt-nsp": "^2.3.1",
"grunt-remove": "^0.1.0",
"grunt-sass": "^2.0.0",
"grunt-string-replace": "^1.3.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",
"matchdep": "0.3.0",
"nsp": "^2.6.1",
"patternfly-eng-release": "^3.26.54",
"qs": "^1.0.0",
"semantic-release": "^6.3.6",
"send": "^0.11.1",
"uglify-js": "^2.6.0"
},
"optionalDependencies": {
"angularjs-datatables": "^0.5.9",
"angular-drag-and-drop-lists": "2.0.0",
"bootstrap": "~3.3.7",
"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.2.1",
"moment": "~2.19.3"
},
"release": {
"branch": "master-dist",
"debug": false,
"verifyConditions": {
"path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
}
},
"scripts": {
"install": "npm install -g grunt-cli",
"clean": "grunt clean",
"build": "grunt build",
"watch": "grunt watch",
"ngdocs": "grunt ngdocs",
"ngdocs:view": "grunt ngdocs:view",
"ngdocs:publish": "grunt ngdocs:publish",
"lint": "grunt lint",
"test": "grunt test",
"check": "grunt check",
"help": "grunt help",
"serve": "grunt serve",
"prestart": "npm install -g grunt-cli",
"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"
}
}