forked from ruhigundrelaxed/ioBroker.motion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 930 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
{
"name": "iobroker.motion",
"version": "0.0.1",
"description": "Adapter for configuring, controlling and event handling the motiondetection programm motion.",
"author": "ruhigundrelaxed<[email protected]>",
"homepage": "https://github.com/ruhigundrelaxed/ioBroker.motion/ioBroker.adapterName",
"readme": "https://github.com/ruhigundrelaxed/ioBroker.motion/blob/master/README.md",
"keywords": [
"ioBroker",
"motion"
],
"repository": {
"type": "git",
"url": "https://github.com/ruhigundrelaxed/iobroker.motion.git"
},
"dependencies": {
"request": "",
"trim": "",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ruhigundrelaxed/ioBroker.motion/issues"
},
"main": "motion.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"license": "MIT"
}