Skip to content

Commit 814bd89

Browse files
committed
Update package.json
1 parent 84ea93a commit 814bd89

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
22
"name": "gyronorm",
33
"version": "2.0.0",
4-
"homepage": "https://github.com/dorukeker/gyronorm.git",
4+
"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+
},
512
"authors": [
613
"Doruk Eker"
714
],
15+
"bugs": {
16+
"url": "https://github.com/dorukeker/gyronorm.js/issues"
17+
},
818
"description": "Accesses the gyroscope and accelerometer data from the web browser and combines them in one JS object.",
19+
"main": "gyronorm.js",
920
"keywords": [
1021
"devicemotion",
1122
"deviceorientation"

0 commit comments

Comments
 (0)