Skip to content

Commit ffa1513

Browse files
added ui-router and angular-mocks to bower file
1 parent ae2525d commit ffa1513

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Diff for: bower.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "angularUtils",
3+
"version": "0.0.0",
4+
"homepage": "https://github.com/michaelbromley/angularUtils",
5+
"authors": [
6+
"Michael Bromley <[email protected]>"
7+
],
8+
"description": "A collection of AngularJS utilities",
9+
"main": "src/angularUtils.js",
10+
"license": "MIT",
11+
"private": true,
12+
"ignore": [
13+
"**/.*",
14+
"node_modules",
15+
"bower_components",
16+
"test",
17+
"tests"
18+
],
19+
"dependencies": {
20+
"angular-ui-router": "~0.2.10"
21+
},
22+
"devDependencies": {
23+
"angular-mocks": "~1.2.16"
24+
}
25+
}

0 commit comments

Comments
 (0)