hive-services
Version:
Service management for hive.js
39 lines (38 loc) • 791 B
JSON
{
"name": "hive-services",
"version": "0.1.0",
"description": "Service management for hive.js",
"main": "index.js",
"dependencies": {
"obj-to-argv": "*",
"yargs": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hivejs/hive-services.git"
},
"keywords": [
"hive",
"collaborate",
"together",
"collaborative",
"editing",
"editor",
"etherpad",
"shareJS",
"ot",
"operational",
"transformation"
],
"author": "Marcel Klehr <mklehr@gmx.net>",
"license": {
"license": "GPL-3.0"
},
"bugs": {
"url": "https://github.com/hivejs/hive-services/issues"
},
"homepage": "https://github.com/hivejs/hive-services"
}