-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
31 lines (31 loc) · 927 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
{
"name": "msgflo-project",
"version": "1.0.0",
"description": "Project template for MsgFlo",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec spec/*.js",
"start": "./node_modules/.bin/msgflo --graph graphs/main.json --auto-save=true --runtime-id=e9c9fca9-c378-437b-98e4-97b556edbec1 --ping-interval=600 --componentdir components"
},
"repository": {
"type": "git",
"url": "git://github.com/msgflo/msgflo-project.git"
},
"author": "Henri Bergius <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/msgflo/msgflo-project/issues"
},
"homepage": "https://github.com/msgflo/msgflo-project#readme",
"dependencies": {
"fbp-protocol-healthcheck": "^1.0.0",
"mqtt": "^2.9.0",
"msgflo": "^0.12.0",
"msgflo-nodejs": "^0.11.0"
},
"devDependencies": {
"chai": "^4.0.2",
"fbp-spec": "^0.6.6",
"mocha": "^6.0.0"
}
}