Skip to content

Commit 511fff2

Browse files
committed
added bower.json
1 parent 8b38f4a commit 511fff2

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)