-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
29 lines (29 loc) · 991 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
{
"name": "websocket-extensions",
"description": "Generic extension manager for WebSocket connections",
"homepage": "http://github.com/faye/websocket-extensions-node",
"author": "James Coglan <[email protected]> (http://jcoglan.com/)",
"keywords": [
"websocket"
],
"license": "Apache-2.0",
"version": "0.1.4",
"engines": {
"node": ">=0.8.0"
},
"files": [
"lib"
],
"main": "./lib/websocket_extensions",
"devDependencies": {
"jstest": "*"
},
"scripts": {
"test": "jstest spec/runner.js"
},
"repository": {
"type": "git",
"url": "git://github.com/faye/websocket-extensions-node.git"
},
"bugs": "http://github.com/faye/websocket-extensions-node/issues"
}