UNPKG

cyclejs-socket.io

Version:
40 lines (39 loc) 913 B
{ "name": "cyclejs-socket.io", "version": "1.0.5", "description": "", "main": "dist", "files": [ "dist" ], "dependencies": { "socket.io-client": "^1.7.3", "xstream": "^7.0.0" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-preset-es2015": "^6.14.0", "babel-preset-stage-0": "^6.5.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/.bin/babel src --out-dir dist", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/jbowden1982/cyclejs-socket.io.git" }, "keywords": [ "cyclejs", "reactive", "cycle.js", "drivers" ], "author": "Jesse Bowden", "license": "ISC", "bugs": { "url": "https://github.com/jbowden1982/cyclejs-socket.io/issues" }, "homepage": "https://github.com/jbowden1982/cyclejs-socket.io#readme" }