UNPKG

pads_app

Version:

playground of algorithms for Distributed Systems(PADS)

46 lines 1.33 kB
{ "name": "pads_app", "scripts": { "start": "node app.js", "test": "node ./node_modules/mocha/bin/mocha --recursive test", "apply": "node ./node_modules/webgme/src/bin/apply.js", "diff": "node ./node_modules/webgme/src/bin/diff.js", "export": "node ./node_modules/webgme/src/bin/export.js", "import": "node ./node_modules/webgme/src/bin/import.js", "merge": "node ./node_modules/webgme/src/bin/merge.js", "plugin": "node ./node_modules/webgme/src/bin/run_plugin.js", "pluginHook": "node ./node_modules/webgme/src/bin/plugin_hook.js", "users": "node ./node_modules/webgme/src/bin/usermanager.js", "clean_up": "node ./node_modules/webgme/src/bin/clean_up.js" }, "version": "1.0.2", "peerDependencies": { "webgme": "^2.0.0" }, "devDependencies": { "mocha": "^2.2.5", "rimraf": "^2.4.0", "chai": "^3.0.0" }, "dependencies": { "filendir": "^1.0.0", "fstream": "^1.0.10", "stream": "0.0.2", "tar": "^2.2.1", "unzip": "^0.1.11" }, "keywords": [ "webgme", "PADS_APP", "webgme-app" ], "repository": { "type": "git", "url": "https://github.com/doc-vu/pads.git" }, "author": { "name": "Yogesh", "url": "https://webgme.org" }, "description": "playground of algorithms for Distributed Systems(PADS)" }