From 37bf1777a7d300501f30430f1ebbdaa1391c214e Mon Sep 17 00:00:00 2001 From: Doruk Eker Date: Fri, 10 Oct 2014 17:03:35 +0200 Subject: [PATCH] Added bower.json --- 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..5d7abbd --- /dev/null +++ b/bower.json @@ -0,0 +1,15 @@ +{ + "name": "gyronorm", + "version": "1.0.1", + "homepage": "https://github.com/dorukeker/gyronorm.js", + "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" +}