added package.json
Showing
package.json
0 → 100644
{ | ||
"name": "slide-bridge", | ||
"version": "0.0.1", | ||
"description": "Slide bridge plugin for Homebridge : http://gitstash.nl/homebridge/homebridge-slide-bridge", | ||
"license": "ISC", | ||
"keywords": [ | ||
"homebridge-plugin" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://gitstash.nl/homebridge/homebridge-slide-bridge.git" | ||
}, | ||
"bugs": { | ||
"url": "http://gitstash.nl/homebridge/homebridge-slide-bridge/issues" | ||
}, | ||
"engines": { | ||
"node": ">=0.12.0", | ||
"homebridge": ">=0.2.0" | ||
}, | ||
"homepage": "http://gitstash.nl/homebridge/homebridge-slide-bridge/blob/master/README.md", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Robin Timman" | ||
} |
Please register or sign in to comment