-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 973 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
{
"name": "peoplecount-camera",
"description": "peoplecount-camera description",
"version": "1.0.0",
"scripts": {
"setup": "sudo apt-get install -y python-picamera && grunt",
"prestart": "npm run setup",
"start": "node node_modules/node-red/red.js --userDir ./dist --settings ./dist/settings.js flow.json",
"start-dev": "node node_modules/node-red/red.js --userDir ./src --settings ./src/settings.js flow.json"
},
"dependencies": {
"fs": "0.0.1-security",
"node-red": "^0.16.2",
"node-red-contrib-camerapi": "0.0.34",
"opencv": "^6.0.0"
},
"properties": {
"org-id": "dex",
"device-type": "camera",
"broker-host": "minibian",
"disable-editor": false
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-replace": "^1.0.1",
"os": "^0.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/seansund/peoplecount-camera.git"
},
"license": "ISC"
}