We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ea93a commit 814bd89Copy full SHA for 814bd89
package.json
@@ -1,11 +1,22 @@
1
{
2
"name": "gyronorm",
3
"version": "2.0.0",
4
- "homepage": "https://github.com/dorukeker/gyronorm.git",
+ "homepage": "https://github.com/dorukeker/gyronorm.js",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/dorukeker/gyronorm.js.git"
11
12
"authors": [
13
"Doruk Eker"
14
],
15
+ "bugs": {
16
+ "url": "https://github.com/dorukeker/gyronorm.js/issues"
17
18
"description": "Accesses the gyroscope and accelerometer data from the web browser and combines them in one JS object.",
19
+ "main": "gyronorm.js",
20
"keywords": [
21
"devicemotion",
22
"deviceorientation"
0 commit comments