-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1011 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
{
"author": {
"name": "Neil Craig",
"email": "[email protected]",
"website": "https://thedotproduct.org"
},
"name": "tdp-websocket-demo",
"description": "A simple, self-contained demo of websockets via socket.io to enabled testing of infrastructure (e.g. load balancers)",
"version": "0.2.0-alpha",
"license": "CC-BY-SA-3.0",
"repository": {
"type": "git",
"url": "git://github.com/neilstuartcraig/websocketDemo.git"
},
"bugs": "https://github.com/neilstuartcraig/websocketDemo/issues",
"keywords": [
"nodejs",
"npm",
"websocket",
"websockets",
"javascript"
],
"main": "./websocketDemo.js",
"dependencies": {
"socket.io":">=1.0.0",
"express":">=4.0.0"
},
"devDependencies": {
"mocha": ">=1.12.x",
"should": ">=1.2.x",
"coveralls": ">=2.11.1",
"mocha-lcov-reporter": ">=0.0.1",
"istanbul": ">=0.2.4",
"indexof":"latest"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.10.x"
}
}