forked from lelylan/nodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 898 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
{
"name": "lelylan-nodes",
"description": "Lelylan nodes to let Lelylan access the largest number of devices",
"author": "Lelylan Dev Team <touch@lelylan.com>",
"scripts": {
"test": "make bail"
},
"version": "0.1.0",
"dependencies": {
"ascoltatori": "~0.11.5",
"async": "~0.1.22",
"debug": "~0.7.2",
"express": "~3.2.6",
"mongodb": "~1.1.11",
"mongoose": "~3.3.1",
"mqtt": "^0.3.13",
"redis": "^0.12.1",
"request": "~2.11.4",
"underscore": "~1.4.4"
},
"engines": {
"node": "~0.10.33",
"npm": "~1.4.x"
},
"devDependencies": {
"mocha": "~1.11.0",
"nock": "~0.13.7",
"database-cleaner": "~0.7.0",
"factory-lady": "~0.1.0",
"supertest": "~0.7.0",
"async": "~0.1.22",
"chai": "~1.7.2",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0",
"chai-fuzzy": "~1.3.0"
},
"subdomain": "lelylan-mqtt"
}