pimatic
Version:
A home automation server and framework for the Raspberry PI running on node.js
103 lines (102 loc) • 2.48 kB
JSON
{
"name": "socket.io",
"version": "1.7.4",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
"framework",
"websocket",
"tcp",
"events",
"socket",
"io"
],
"main": "./lib/index",
"files": [
"lib/"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/socketio/socket.io.git"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {
"debug": "2.3.3",
"engine.io": "~1.8.4",
"has-binary": "0.1.7",
"object-assign": "4.1.0",
"socket.io-adapter": "0.5.0",
"socket.io-client": "1.7.4",
"socket.io-parser": "2.3.1"
},
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"del": "2.2.0",
"expect.js": "0.3.1",
"gulp": "3.9.0",
"gulp-babel": "6.1.1",
"gulp-istanbul": "0.10.3",
"gulp-mocha": "2.2.0",
"gulp-task-listing": "1.0.1",
"istanbul": "0.4.1",
"mocha": "2.3.4",
"superagent": "1.6.1",
"supertest": "1.1.0"
},
"contributors": [
{
"name": "Guillermo Rauch",
"email": "rauchg@gmail.com"
},
{
"name": "Arnout Kazemier",
"email": "info@3rd-eden.com"
},
{
"name": "Vladimir Dronnikov",
"email": "dronnikov@gmail.com"
},
{
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com"
}
],
"gitHead": "0abbd4da50c3fbffa5e32359b269e96c156c6ef2",
"bugs": {
"url": "https://github.com/socketio/socket.io/issues"
},
"homepage": "https://github.com/socketio/socket.io#readme",
"_id": "socket.io@1.7.4",
"_shasum": "2f7ecedc3391bf2d5c73e291fe233e6e34d4dd00",
"_from": "socket.io@>=1.7.4 <2.0.0",
"_npmVersion": "3.10.10",
"_nodeVersion": "6.9.4",
"_npmUser": {
"name": "darrachequesne",
"email": "damien.arrachequesne@gmail.com"
},
"dist": {
"shasum": "2f7ecedc3391bf2d5c73e291fe233e6e34d4dd00",
"tarball": "https://registry.npmjs.org/socket.io/-/socket.io-1.7.4.tgz"
},
"maintainers": [
{
"name": "darrachequesne",
"email": "damien.arrachequesne@gmail.com"
},
{
"name": "rauchg",
"email": "rauchg@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/socket.io-1.7.4.tgz_1494138389624_0.6510439105331898"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-1.7.4.tgz",
"readme": "ERROR: No README data found!"
}