-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 768 Bytes
/
bower.json
File metadata and controls
40 lines (40 loc) · 768 Bytes
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-ui-router-css-plugin",
"version": "0.1.1",
"author": "Harm van der Werf",
"keywords": [
"angular",
"router",
"css",
"stylesheet",
"promise",
"resolve",
"state",
"route",
"service"
],
"main": [
"dist/angular-ui-router-css.js"
],
"ignore": [
"/.*",
"Gruntfile.js",
"karma.conf.js",
"demo/less",
"tests"
],
"dependencies": {
"angular": "^1.4.0",
"angular-ui-router": "^1.0.0",
"betsol-load-stylesheet": "^1.0.0"
},
"devDependencies": {
"underscore": "~1.8.3",
"jquery": "~2.0.3",
"bootstrap": "~3.3.6",
"angular-mocks": "~1.4.4",
"angular-bootstrap": "~1.1.2",
"google-code-prettify": "~1.0.1",
"jasmine-jquery": "~2.1.1"
}
}