UNPKG

simpleddp

Version:

The aim of this library is to simplify the process of working with meteor server over DDP protocol using external JS environments

52 lines (51 loc) 1.34 kB
{ "name": "simpleddp", "version": "2.2.4", "description": "The aim of this library is to simplify the process of working with meteor server over DDP protocol using external JS environments", "keywords": [ "ddp", "simpleddp", "simple", "ddpjs", "ddp.js", "DDP", "WebSocket", "client", "meteor" ], "main": "lib/simpleddp.js", "scripts": { "test": "npm run build && mocha", "docs": "jsdoc -c jsdoc_conf.json", "build": "rm -rf lib && babel src --out-dir lib --no-comments", "prepare": "npm run build", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Gregivy/simpleddp.git" }, "author": "Plyusch Gregory (aka Gregivy)", "license": "MIT", "bugs": { "url": "https://github.com/Gregivy/simpleddp/issues" }, "homepage": "https://gregivy.github.io/simpleddp/", "dependencies": { "clone-deep": "^4.0.1", "ejson": "^2.2.0", "simpleddp-core": "^1.0.6" }, "devDependencies": { "@pixi/jsdoc-template": "^2.4.2", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-plugin-add-module-exports": "^1.0.2", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "chai": "^4.2.0", "jsdoc": "^3.6.3", "mocha": "^5.2.0", "ws": "^6.2.1" } }