dop
Version:
Distributed Object Protocol.
65 lines (64 loc) • 1.54 kB
JSON
{
"name": "dop",
"version": "1.5.4",
"main": "dist/dop.js",
"browser": "dist/dop.umd.js",
"module": "src/index.js",
"license": "MIT",
"url": "https://distributedobjectprotocol.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/DistributedObjectProtocol/dop.git"
},
"author": "Josema Gonzalez (http://josema.es/)",
"description": "Distributed Object Protocol.",
"keywords": [
"rpc",
"patch",
"realtime",
"state management",
"distributed",
"pubsub",
"data-flow",
"flux",
"objects",
"protocol",
"reactive",
"sync",
"synchronization",
"remote",
"connect",
"server",
"client"
],
"dependencies": {},
"devDependencies": {
"@rollup/plugin-buble": "^0.20.0",
"@rollup/plugin-json": "^4.0.1",
"ava": "^2.4.0",
"ejson": "^2.2.0",
"esm": "^3.2.25",
"lodash": "^4.17.15",
"ramda": "^0.26.1",
"rollup": "^1.0.0",
"rollup-plugin-uglify": "^6.0.4"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "ava --verbose",
"testing": "npm test -- --watch"
},
"files": [
"dist",
"src"
],
"ava": {
"files": [
"!test/utils.js"
],
"require": [
"esm"
]
}
}