forked from christopherthielen/ui-router-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 1.01 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": "ui-router-extras",
"version": "0.0.14",
"authors": [
"Chris Thielen <[email protected]>"
],
"description": "Extras for UI-Router including: Sticky States (a.k.a. parallel states), Deep State Redirect (for tab-like navigation), Future States (async state definition), Previous State ",
"keywords": [
"angular", "angularjs", "ui-router", "ui-router-extras", "tab", "tabs", "state", "states", "parallel", "sticky", "lazy", "future"
],
"license": "MIT",
"main": "./release/ct-ui-router-extras.js",
"ignore": [
"**/.*",
"pages",
"build",
"node_modules",
"bower_components",
"ui-router-versions",
"src",
"test",
"tests",
"Gruntfile.js",
"files.js",
"package.json",
".bower.json",
"*.iml",
"*.ipr",
"*.iws"
],
"dependencies": {
"angular": "^1.2.0",
"angular-ui-router": "~0.2.8"
},
"devDependencies": {
"angular-mocks": "^1.2.0",
"lodash": "latest",
"jquery": "~1.11"
}
}