Skip to content

Commit 0779487

Browse files
author
Mika Vatanen
committed
Added bower.json
1 parent dca1565 commit 0779487

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

bower.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "html-directives",
3+
"description": "AngularJS 1.X. component for defining basic directives as HTML.",
4+
"main": "html-directives.js",
5+
"authors": [
6+
"Enkora Oy"
7+
],
8+
"license": "MIT",
9+
"homepage": "https://github.com/Enkora/html-directives",
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"test",
15+
"tests"
16+
]
17+
}

0 commit comments

Comments
 (0)