-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
51 lines (50 loc) · 1.23 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
{
"name": "MQTTBox",
"version": "0.2.1",
"description": "MQTTBox - Developers helper program to create and test MQTT connectivity protocol.",
"repository": {
"type": "git",
"url": "[email protected]:workswithweb/MQTTBox.git"
},
"scripts": {
"start": "gulp"
},
"private": true,
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "6.20.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babelify": "7.3.0",
"browser-sync": "2.18.2",
"browserify": "13.1.1",
"electron": "^1.4.11",
"gulp": "3.9.1",
"gulp-notify": "2.2.0",
"gulp-util": "3.0.7",
"pretty-hrtime": "1.0.3",
"require-dir": "0.3.1",
"underscore": "1.8.3",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0"
},
"dependencies": {
"react": "15.4.1",
"react-dom": "15.4.1",
"react-router": "3.0.0",
"flux": "3.1.0",
"node-uuid": "1.4.7",
"q": "1.4.1",
"localforage": "1.4.3",
"mqtt": "2.1.3",
"react-copy-to-clipboard": "4.2.3",
"qlobber": "0.7.0",
"lodash": "4.17.2",
"moment": "2.17.1",
"fixed-data-table": "0.6.3",
"recharts": "0.19.0",
"getmac":"1.2.1",
"request": "2.79.0",
"compare-versions":"3.0.0"
}
}