-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "msgflo-browser",
"version": "0.2.0",
"description": "MsgFlo support for browser (clientside)",
"main": "index.js",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git://github.com/msgflo/msgflo-browser.git"
},
"scripts": {
"test": "fbp-spec --address ws://localhost:3569 --command './node_modules/.bin/msgflo --broker=mqtt://localhost' --start-timeout 60 spec/",
"build": "webpack --config webpack.config.js",
"start": "http-server . -p 3000 -s"
},
"author": {
"name": "Jon Nordby",
"email": "jononor@gmail.com"
},
"license": "MIT",
"devDependencies": {
"amqplib": "^0.5.1",
"fbp-spec": "^0.2.1",
"http-server": "^0.10.0",
"mqtt": "^2.9.1",
"msgflo": "^0.11.0",
"msgflo-nodejs": "^0.11.1",
"puppeteer": "^0.13.0",
"uuid": "^3.1.0",
"webpack": "^2.2.1"
},
"dependencies": {
"debug": "^2.6.0",
"paho.mqtt.js": "^2.0.4"
},
"msgflo": {
"components": {
"msgflo-browser/infodisplay": "node spec/utils/chrome.js"
}
}
}