-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.25 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
{
"name": "pi-motion-detection",
"version": "1.1.3",
"description": "A software based detection module for the Raspberry Pi camera",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": "6.11.0",
"npm": "3.10.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stetsmando/pi-motion-detection.git"
},
"keywords": [
"raspberry",
"pi",
"camera",
"module",
"motion",
"detection",
"software",
"pi-camera",
"raspistill",
"raspivid"
],
"author": "Stetson Pierce",
"license": "MIT",
"bugs": {
"url": "https://github.com/stetsmando/pi-motion-detection/issues"
},
"homepage": "https://github.com/stetsmando/pi-motion-detection#readme",
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-node": "^1.6.0",
"eslint-config-promise": "^1.1.3",
"eslint-config-vstg": "^2.1.0",
"eslint-plugin-standard": "^3.0.1"
},
"dependencies": {
"config": "^1.26.1",
"date-fns": "^2.3.0",
"dotenv": "^8.1.0",
"fluent-ffmpeg": "^2.1.2",
"jimp": "^0.2.28",
"node-telegram-bot-api": "^0.30.0",
"pi-camera": "^1.0.1",
"rimraf": "^3.0.0"
}
}