-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 853 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 853 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
{
"name": "create-stream-server",
"version": "0.1.1",
"description": "create multiple stream servers easily",
"main": "index.js",
"contributors": [
"Joël Gähwiler <joel.gaehwiler@gmail.com> (https://github.com/256dpi)",
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)"
],
"scripts": {
"test": "./node_modules/.bin/mocha --reporter list *.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mqttjs/create-stream-server.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mqttjs/create-stream-server/issues"
},
"homepage": "https://github.com/mqttjs/create-stream-server",
"dependencies": {
"async": "0.9.0",
"server-destroy": "1.0.0",
"websocket-stream": "1.3.2",
"ws": "0.7.0"
},
"devDependencies": {
"mocha": "2.1.0"
}
}