Skip to content

Commit d6961f1

Browse files
committed
initial commit
0 parents  commit d6961f1

37 files changed

+557
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# bb_input_areas
2+
3+
Action menu is a Firefox OS Building block.
4+
5+
Visit [buildingfirefoxos.com](http://buildingfirefoxos.com/building-blocks/input-areas.html) to see examples.
6+
7+
## Installation
8+
9+
```bash
10+
$ bower install buildingfirefoxos/bb_input_areas
11+
```

bower.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "bb_input_areas",
3+
"version": "1.4",
4+
"homepage": "https://github.com/buildingfirefoxos/bb_input_areas",
5+
"authors": [
6+
"The gaia team"
7+
],
8+
"description": "Input areas - Firefox OS Building Blocks",
9+
"license": "MIT",
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"test",
15+
"tests"
16+
]
17+
}

0 commit comments

Comments
 (0)