UNPKG

@homebridge/homebridge-dummy

Version:
42 lines (36 loc) 827 B
# This is a placeholder README File And will be populated in the future # This is the sample publish File ``` #npm init --scope=@homebridge git add . git commit -m "$1" npm version patch git push origin master --tags npm publish --access public ``` # This is the package.json ``` { "name": "@homebridge/homebridge-dummy", "version": "0.0.3", "description": "Dummy Test Package", "main": "index.js", "scripts": { "test": "echo \"None\"" }, "repository": { "type": "git", "url": "git+https://github.com/Homebridge-org1/Homebridge-dummy.git" }, "keywords": [ "Dummy" ], "author": "NorthernMan54", "license": "ISC", "bugs": { "url": "https://github.com/Homebridge-org1/Homebridge-dummy/issues" }, "homepage": "https://github.com/Homebridge-org1/Homebridge-dummy#readme" } ```