package.json (940B)
1{ 2 "name": "ws", 3 "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", 4 "version": "1.1.5", 5 "keywords": [ 6 "Hixie", 7 "HyBi", 8 "Push", 9 "RFC-6455", 10 "WebSocket", 11 "WebSockets", 12 "real-time" 13 ], 14 "homepage": "https://github.com/websockets/ws", 15 "bugs": "https://github.com/websockets/ws/issues", 16 "repository": "websockets/ws", 17 "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)", 18 "license": "MIT", 19 "main": "index.js", 20 "files": [ 21 "index.js", 22 "lib" 23 ], 24 "scripts": { 25 "test": "make test" 26 }, 27 "dependencies": { 28 "options": ">=0.0.5", 29 "ultron": "1.0.x" 30 }, 31 "devDependencies": { 32 "ansi": "0.3.x", 33 "benchmark": "0.3.x", 34 "bufferutil": "1.2.x", 35 "expect.js": "0.3.x", 36 "istanbul": "^0.4.1", 37 "mocha": "2.3.x", 38 "should": "8.0.x", 39 "tinycolor": "0.0.x", 40 "utf-8-validate": "1.2.x" 41 } 42}