You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
920 B
28 lines
920 B
4 years ago
|
{
|
||
|
"name": "sleeplight",
|
||
|
"version": "1.0.0",
|
||
|
"lockfileVersion": 1,
|
||
|
"requires": true,
|
||
|
"dependencies": {
|
||
|
"bindings": {
|
||
|
"version": "1.3.1",
|
||
|
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.3.1.tgz",
|
||
|
"integrity": "sha512-i47mqjF9UbjxJhxGf+pZ6kSxrnI3wBLlnGI2ArWJ4r0VrvDS7ZYXkprq/pLaBWYq4GM0r4zdHY+NNRqEMU7uew=="
|
||
|
},
|
||
|
"nan": {
|
||
|
"version": "2.11.1",
|
||
|
"resolved": "https://registry.npmjs.org/nan/-/nan-2.11.1.tgz",
|
||
|
"integrity": "sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA=="
|
||
|
},
|
||
|
"pigpio": {
|
||
|
"version": "1.2.0",
|
||
|
"resolved": "https://registry.npmjs.org/pigpio/-/pigpio-1.2.0.tgz",
|
||
|
"integrity": "sha512-DGopuMdjmRguqydLZ3A16PYOiJWtl705aGF3a48Tnc6woLyts4Zj01FklJYgTqFMCZy4ZBHg49xe+W5yG5+jOw==",
|
||
|
"requires": {
|
||
|
"bindings": "^1.3.0",
|
||
|
"nan": "^2.11.1"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|