diff --git a/package.json b/package.json index 4d40dc3..f92fcbe 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,31 @@ "author": "Kelly Korevec", "repository": { "type": "git", - "url": "http://github.com/korevec/node-i2c.git" + "url": "https://github.com/korevec/node-i2c.git" + }, + "bugs": { + "url": "https://github.com/korevec/node-i2c/issues" + }, + "homepage": "https://github.com/korevec/node-i2c", + "license": "BSD-3-Clause", + "files": [ + "lib", + "src", + "main.js", + "binding.gyp" + ], + "keywords": [ + "i2c", + "raspberry pi", + "beaglebone" + ], + "scripts": { + "test": "exit 0" }, - "license": "BSD-3-Clause-Attribution", "dependencies": { "bindings": "^1.5.0", "nan": "^2.24.0" }, + "gypfile": true, "engine": "node >= 18.0.0" }