Skip to content

Commit 9b3db01

Browse files
committed
Add bower.json
1 parent f55b183 commit 9b3db01

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Diff for: bower.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "angular-mediaflow",
3+
"version": "0.2.0",
4+
"homepage": "https://github.com/KeyteqLabs/angular-mediaflow",
5+
"authors": [
6+
"Raymond Julin <[email protected]>"
7+
],
8+
"description": "Mediaflow directives for Angular",
9+
"main": "angular.mediaflow.js",
10+
"keywords": [
11+
"angular",
12+
"mediaflow"
13+
],
14+
"license": "MIT",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components",
19+
"test",
20+
"tests"
21+
]
22+
}

0 commit comments

Comments
 (0)