forked from w3c/web-of-things-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 948 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
{
"name": "webofthings",
"version": "0.0.1",
"scripts": {
"start": "node demo.js",
"test": "./node_modules/.bin/mocha"
},
"dependencies": {
"async": "^1.5.0",
"bigi": "^1.4.1",
"body-parser": "^1.15.0",
"clarinet": "^0.11.0",
"coap": "^0.12.0",
"collections": "^1.2.4",
"cookie-parser": "^1.3.5",
"crypto-hashing": "^0.3.1",
"express": "^4.13.4",
"express-handlebars": "^2.0.1",
"hat": "0.0.3",
"leveldown": "^1.4.2",
"levelup": "^1.2.1",
"lodash": "^3.10.1",
"merge": "^1.2.0",
"morgan": "^1.6.1",
"mqtt": "^1.5.0",
"ms": "^0.7.1",
"restify": "^4.0.0",
"secure-random": "^1.1.1",
"serve-favicon": "^2.3.0",
"underscore": "^1.8.3",
"underscore.string": "^3.2.2",
"uuid": "^2.0.1",
"winston": "^1.0.1",
"ws": "latest"
},
"devDependencies": {
"mocha": "latest",
"should": "latest"
},
"engine": "node >= 0.1.0"
}