|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "websocket-driver",
|
|---|
| 3 | "description": "WebSocket protocol handler with pluggable I/O",
|
|---|
| 4 | "homepage": "https://github.com/faye/websocket-driver-node",
|
|---|
| 5 | "author": "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)",
|
|---|
| 6 | "keywords": [
|
|---|
| 7 | "websocket"
|
|---|
| 8 | ],
|
|---|
| 9 | "license": "Apache-2.0",
|
|---|
| 10 | "version": "0.7.4",
|
|---|
| 11 | "engines": {
|
|---|
| 12 | "node": ">=0.8.0"
|
|---|
| 13 | },
|
|---|
| 14 | "files": [
|
|---|
| 15 | "lib"
|
|---|
| 16 | ],
|
|---|
| 17 | "main": "./lib/websocket/driver",
|
|---|
| 18 | "dependencies": {
|
|---|
| 19 | "http-parser-js": ">=0.5.1",
|
|---|
| 20 | "safe-buffer": ">=5.1.0",
|
|---|
| 21 | "websocket-extensions": ">=0.1.1"
|
|---|
| 22 | },
|
|---|
| 23 | "devDependencies": {
|
|---|
| 24 | "jstest": "*",
|
|---|
| 25 | "permessage-deflate": "*"
|
|---|
| 26 | },
|
|---|
| 27 | "scripts": {
|
|---|
| 28 | "test": "jstest spec/runner.js"
|
|---|
| 29 | },
|
|---|
| 30 | "repository": {
|
|---|
| 31 | "type": "git",
|
|---|
| 32 | "url": "git://github.com/faye/websocket-driver-node.git"
|
|---|
| 33 | },
|
|---|
| 34 | "bugs": "https://github.com/faye/websocket-driver-node/issues"
|
|---|
| 35 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.