forked from mcollina/qest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 951 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 951 Bytes
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
{
"name": "qest",
"version": "0.0.1",
"description": "A REST bridge to MQTT",
"keywords": [
"MQTT",
"WebSockets",
"REST"
],
"author": "hello@matteocollina.com",
"licenses": [
"MIT"
],
"dependencies": {
"coffee-script": "~1.3.3",
"optimist": "= 0.3.4",
"express": "~3.0.1",
"hbs": "= 1.0.4",
"socket.io": "= 0.9.10",
"mqttjs": "= 0.1.7",
"redis": "~0.8.1",
"hiredis": "= 0.1.14",
"connect-redis": "1.4.0",
"markdown": "0.3.1",
"mincer": "0.3.0",
"less": "~1.3.0",
"ascoltatori": "0.0.4",
"async": "~0.1.22"
},
"devDependencies": {
"cucumber": "= 0.2.21",
"zombie": "= 1.4.0",
"mocha": "= 1.2.2",
"sinon": "= 1.3.4",
"chai": "= 1.1.0",
"benchmark": "git://github.com/bestiejs/benchmark.js.git#master",
"request": "= 2.10.0"
},
"scripts": {
"test": "./node_modules/.bin/cake spec && ./node_modules/.bin/cake features"
}
}