-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
48 lines (48 loc) · 1008 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "diaonan",
"version": "0.0.1",
"description": "A REST bridge to MQTT, CoAP",
"keywords": [
"CoAP",
"MQTT",
"WebSockets",
"REST"
],
"author": [
"hello@matteocollina.com",
"h@phodal.com"
],
"licenses": [
"MIT"
],
"dependencies": {
"coap": "0.9.1",
"optimist": "= 0.3.4",
"express": "~3.0.1",
"hbs": "= 2.8.0",
"socket.io": "= 0.9.17",
"mqtt": "= 1.1.2",
"redis": "~0.8.1",
"hiredis": "= 0.1.17",
"connect-redis": "1.4.0",
"markdown": "0.3.1",
"mincer": "1.1.0",
"less": "= 1.3.3",
"ascoltatori": "0.18.0",
"underscore": "1.7.0",
"async": "~0.9.0"
},
"devDependencies": {
"zombie": "= 1.4.1",
"mocha": "= 2.1.0",
"sinon": "= 1.3.4",
"chai": "= 1.1.0",
"benchmark": "1.0.0",
"request": "= 2.10.0",
"istanbul": "0.3.2",
"codeclimate-test-reporter": "0.0.4"
},
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -R test/models"
}
}