-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.74 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
{
"name": "angular1-pf-webcomponents-demo",
"version": "0.0.1",
"description": "Demo Application for Angular Patternfly WebComponents",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/patternfly-webcomponents/angular1-pf-webcomponents-demo"
},
"author": "patternfly",
"license": "Red Hat",
"dependencies": {
"angular-animate": "1.5.*",
"angular-aria": "1.5.*",
"angular-patternfly": "3.13.0",
"angular-patternfly-shims": "0.0.1",
"angular-resource": "1.3.*",
"angular-route": "1.5.*",
"angular-sanitize": "1.5.*",
"angular-translate": "2.15.1",
"angular-translate-loader-static-files": "2.15.1",
"c3": "~0.4.10",
"jquery": "2.1.4",
"lodash": "3.x",
"moment": "~2.14.1",
"patternfly": "3.13.0",
"patternfly-webcomponents": "0.0.8",
"webcomponentsjs": "^1.0.2"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-angular-file-loader": "^1.2.0",
"grunt-angular-templates": "0.5.4",
"grunt-cli": "~0.1.13",
"grunt-connect-proxy": "0.1.10",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-compass": "^1.0.4",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-connect": "0.7.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-htmlmin": "0.2.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-less": "0.11.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "0.6.1",
"grunt-eslint": "~18.1.0",
"grunt-htmlhint": "0.4.1",
"grunt-exec": "0.4.6",
"grunt-newer": "0.7.0",
"grunt-ngmin": "0.0.3",
"grunt-rev": "0.1.0",
"grunt-usemin": "2.1.1",
"load-grunt-tasks": "0.4.0",
"protractor": "1.4.0",
"request": "2.42.0"
}
}