I’m not a programmer, but i have seen that LukevdPalen has also changed something in the package.json. I have some more lines in mine
{
"name": "pimatic-sonos",
"version": "0.1.1",
"description": "Sonos Plugin for the pimatic home automation framework",
"main": "sonos",
"repository": {
"type": "git",
"url": "git+https://github.com/lukevdpalen/pimatic-sonos.git"
},
"peerDependencies": {
"pimatic": "0.8.*"
},
"files": [
"sonos.coffee",
"README.md",
"sonos-config-schema.coffee",
"device-config-schema.coffee"
],
"configSchema": "sonos-config-schema.coffee",
"keywords": [
"sonos",
"pimatic",
"domotica"
],
"author": {
"name": "Luke van der Palen",
"email": "lukevdpalen@gmail.com"
},
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/lukevdpalen/pimatic-sonos/issues"
},
"homepage": "https://github.com/lukevdpalen/pimatic-sonos",
"dependencies": {
"sonos": ">=0.8.0 <1.0.0"
},
"gitHead": "f5dbe27d0145a84639657029d003debddb083b95",
"_id": "pimatic-sonos@0.1.1",
"scripts": {},
"_shasum": "52ab84fc8fcc99a093d0b71f73cfea55d4f11bb5",
"_from": "pimatic-sonos@0.1.1",
"_npmVersion": "2.14.20",
"_nodeVersion": "4.4.0",
"_npmUser": {
"name": "lukevdpalen",
"email": "lukevdpalen@gmail.com"
},
"dist": {
"shasum": "52ab84fc8fcc99a093d0b71f73cfea55d4f11bb5",
"tarball": "https://registry.npmjs.org/pimatic-sonos/-/pimatic-sonos-0.1.1.tgz"
},
"maintainers": [
{
"name": "lukevdpalen",
"email": "lukevdpalen@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/pimatic-sonos-0.1.1.tgz_1461051370637_0.12952451268211007"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/pimatic-sonos/-/pimatic-sonos-0.1.1.tgz"
}