We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b38f4a commit 511fff2Copy full SHA for 511fff2
1 file changed
bower.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "angular-fibonacci",
3
+ "main": "angular-fibonacci.js",
4
+ "version": "0.0.1",
5
+ "homepage": "https://github.com/Kukiwon/angular-fibonacci",
6
+ "authors": [
7
+ "Jordy van Kuijk <jvankuijk@me.com>"
8
+ ],
9
+ "description": "Use Fibonacci-polling in your AngularJS projects.",
10
+ "keywords": [
11
+ "angularjs",
12
+ "angular",
13
+ "fibonacci",
14
+ "javascript",
15
+ "service",
16
+ "polling",
17
+ "ajax"
18
19
+ "license": "MIT",
20
+ "ignore": [
21
+ "**/.*",
22
+ "node_modules",
23
+ "bower_components",
24
+ "test",
25
+ "tests"
26
+ ]
27
+}
0 commit comments