forked from cockpit-project/registry-image-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 995 Bytes
/
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
{
"name": "registry-image-widgets",
"description": "Renders Openshift Image Resources",
"author": "Stef Walter",
"version": "0.0.17",
"license": "LGPL 2+",
"main": "dist/image-widgets.js",
"dependencies": {
"angular": ">=1.3.8 <1.6",
"angular-gettext": ">=2.3.8"
},
"devDependencies": {
"angular-mocks": "1.3.8 - 1.5",
"angular-ui-router": "^1.0.3",
"bower": "~1.8.0",
"css-loader": "~0.28.0",
"extract-text-webpack-plugin": "~2.1.0",
"font-awesome": "*",
"jasmine-core": "^2.8.0",
"jshint": "~2.5.0",
"jshint-loader": "~0.8.4",
"karma": "^1.7.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"less": "~2.7.1",
"less-loader": "~4.0.3",
"momentjs": "*",
"ng-cache-loader": "~0.0.16",
"patternfly": ">=2.9.0",
"promise": "~7.1.1",
"raw-loader": "~0.5.1",
"strict-loader": "~1.2.0",
"style-loader": "~0.16.1",
"uglify-js": "~2.8.22",
"webpack": "~2.3.3"
}
}