We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2525d commit ffa1513Copy full SHA for ffa1513
bower.json
@@ -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