Skip to content

Commit 37bf177

Browse files
author
Doruk Eker
committed
Added bower.json
1 parent 353d6fa commit 37bf177

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bower.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "gyronorm",
3+
"version": "1.0.1",
4+
"homepage": "https://github.com/dorukeker/gyronorm.js",
5+
"authors": [
6+
"Doruk Eker"
7+
],
8+
"description": "Accesses the gyroscope and accelerometer data from the web browser and combines them in one JS object.",
9+
"main": "js/gyronorm.js",
10+
"keywords": [
11+
"devicemotion",
12+
"deviceorientation"
13+
],
14+
"license": "MIT"
15+
}

0 commit comments

Comments
 (0)