forked from DheerajKhajuria/pimatic-mysensors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·73 lines (73 loc) · 1.82 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "pimatic-mysensors",
"description": "MySensors Plugin for pimatic",
"author": {
"name": "Dheeraj Khajuria",
"email": "[email protected]"
},
"main": "MySensors",
"files": [
"MySensors.coffee",
"serialport.coffee",
"README.md",
"device-config-schema.coffee",
"MySensors-config-schema.coffee",
"test-MySensors.coffee",
"icon.svg",
"README.md",
"MySensors-config-schema.coffee",
"LICENSE"
],
"version": "0.8.35",
"homepage": "http://pimatic.org",
"repository": {
"type": "git",
"url": "git://github.com/DheerajKhajuria/pimatic-MySensors.git"
},
"license": "GPL-2.0",
"configSchema": "MySensors-config-schema.coffee",
"keywords": [
"pimatic",
"MySensors"
],
"dependencies": {
"serialport": "~2.0.6"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"gitHead": "0c531701970a4f9f8a90283b1158b9705dd6e2d8",
"bugs": {
"url": "https://github.com/DheerajKhajuria/pimatic-MySensors/issues"
},
"_id": "[email protected]",
"scripts": {},
"_shasum": "cd9bcfa33da8e9a67f54457357e5891fc9b58f88",
"_from": "pimatic-mysensors@",
"_npmVersion": "2.8.4",
"_nodeVersion": "0.10.25",
"_npmUser": {
"name": "dheerajkhajuria",
"email": "[email protected]"
},
"dist": {
"shasum": "cd9bcfa33da8e9a67f54457357e5891fc9b58f88",
"tarball": "http://registry.npmjs.org/pimatic-mysensors/-/pimatic-mysensors-0.8.17.tgz"
},
"maintainers": [
{
"name": "dheerajkhajuria",
"email": "[email protected]"
},
{
"name": "sweebee",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/pimatic-mysensors/-/pimatic-mysensors-0.8.17.tgz"
}