-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 665 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 665 Bytes
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
{
"name": "w35l3y-edge-drivers",
"version": "1.0.0",
"description": "### STABLE Invitation Link https://api.smartthings.com/invite/6Vjd4YPVJwjN",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w35l3y/EdgeDrivers.git"
},
"author": "Wesley Menezes",
"license": "MIT",
"bugs": {
"url": "https://github.com/w35l3y/EdgeDrivers/issues"
},
"homepage": "https://github.com/w35l3y/EdgeDrivers#readme",
"devDependencies": {
"js-yaml": "^4.1.0"
}
}