-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
40 lines (40 loc) · 1.36 KB
/
bower.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
{
"name": "angular-js-itc-utils",
"version": "0.0.1",
"license": "MIT",
"authors": [
"Piotr Kozlowski <[email protected]>", "Bernard Labno <[email protected]>"
],
"description": "Set of AngularJS utilities used by IT Crowd",
"main": "angularjs-itc-utils.min.js",
"dependencies": {
"angular": "~1.2.13",
"bootstrap": "latest",
"jquery": "~2.1.0",
"ladda": "~0.9.2",
"jquery-ui": "~1.10.4",
"angular-http-auth": "git://github.com/it-crowd/angular-http-auth.git#1.0.1",
"angular-ui-bootstrap": "~0.10.0",
"angular-ui-sortable": "~0.12.1",
"angular-ui-slider": "~0.0.1",
"angular-resource": "~1.2.13",
"angular-route": "~1.2.13",
"angular-cookies": "~1.2.13",
"showdown": "~0.3.1"
},
"devDependencies": {
"angular-mocks": "~1.2.13",
"angular-scenario": "~1.2.13"
},
"resolutions": {
"jquery": "~2.1.0",
"angular": "~1.2.13"
},
"keywords": [
"angularjs", "angular", "directives", "itcrowd", "itcrowd.pl", "javascript"
],
"ignore": [
"**/.*", "node_modules", "bower_components", "test", ".bowerrc", ".gitignore", ".gitattributes", ".travis.yml", "karma.conf.js", "karma-e2e.conf.js",
".jshintignore", ".jshintrc", "Gruntfile.js", "package.json"
]
}