-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
20 lines (20 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name" : "green-bean",
"description" : "An Adapter for the Appliance Maker Community",
"homepage" : "https://github.com/GEMakers/green-bean",
"keywords" : [ "GE", "GEA", "SDK", "General Electric", "Green Bean" ],
"author" : "Christopher Baker <christopher.baker2@ge.com>",
"repository" : {
"type": "git", "url": "https://github.com/GEMakers/green-bean.git"
},
"version" : "0.1.1",
"dependencies": {
"gea-sdk": "git+https://github.com/GEMakers/gea-sdk.git",
"gea-adapter-usb": "git+https://github.com/GEMakers/gea-adapter-usb.git",
"gea-plugin-range": "git+https://github.com/GEMakers/gea-plugin-range.git",
"gea-plugin-dishwasher": "git+https://github.com/GEMakers/gea-plugin-dishwasher.git",
"gea-plugin-refrigerator": "git+https://github.com/GEMakers/gea-plugin-refrigerator.git",
"gea-plugin-laundry": "git+https://github.com/GEMakers/gea-plugin-laundry.git",
"gea-plugin-water-heater": "git+https://github.com/GEMakers/gea-plugin-water-heater.git"
}
}