-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 906 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": "peoplecount-server",
"description": "peoplecount-server description",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"setup": "grunt",
"initdb": "mongo < db/initdb.js",
"start": "grunt && 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"
},
"properties": {
"org-id": "dex",
"device-type": "server",
"broker-host": "minibian",
"disable-editor": false
},
"dependencies": {
"node-red": "^0.16.2",
"node-red-node-mongodb": "0.0.13"
},
"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-server.git"
},
"license": "ISC"
}