From 41a8ed1500a4d0a77af81d15eb216581ab040914 Mon Sep 17 00:00:00 2001 From: Doruk Eker Date: Mon, 20 Oct 2014 17:44:51 +0200 Subject: [PATCH] bower json added --- bower.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e6ea904 --- /dev/null +++ b/bower.json @@ -0,0 +1,15 @@ +{ + "name": "gyronorm", + "version": "1.0.1", + "homepage": "https://github.com/dorukeker/gyronorm.git", + "authors": [ + "Doruk Eker" + ], + "description": "Accesses the gyroscope and accelerometer data from the web browser and combines them in one JS object.", + "main": "js/gyronorm.js", + "keywords": [ + "devicemotion", + "deviceorientation" + ], + "license": "MIT" +}