forked from robertraaijmakers/com.trashchecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 833 Bytes
/
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
{
"name": "com.trashchecker",
"version": "2.6.12",
"description": "Homey Trashcan Reminder 2.0",
"main": "test.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"https": "^1.0.0",
"ical": "^0.8.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.3"
},
"scripts": {
"app": "onInit",
"test": "mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertraaijmakers/com.trashchecker.git"
},
"keywords": [
"Homey",
"Athom",
"Trashcan",
"Reminder"
],
"author": "Robert Raaijmakers",
"license": "ISC",
"bugs": {
"url": "https://github.com/robertraaijmakers/com.trashchecker/issues"
},
"homepage": "https://github.com/robertraaijmakers/com.trashchecker#readme"
}