UNPKG

webgme-rosmod

Version:

This repository contains ROSMOD developed for WebGME. ROSMOD is a web-based, collaborative, modeling and execution environment for distributed embedded applications built using ROS http://rosmod.rcps.isis.vanderbilt.edu

69 lines (68 loc) 1.8 kB
{ "name": "webgme-rosmod", "scripts": { "start": "node app.js", "start-dev": "NODE_ENV=dev node app.js", "test": "node ./node_modules/mocha/bin/mocha --recursive test" }, "version": "1.1.60", "dependencies": { "ansi-to-html": "^0.6.4", "blob-util": "^1.3.0", "bower": "^1.8.4", "cytoscape": "^2.7.29", "cytoscape-cose-bilkent": "1.3.8", "filendir": "^1.0.1", "fs": "0.0.2", "fstream": "1.0.x", "handlebars": "^4.0.10", "mkdirp": "^0.5.1", "path": "0.11.x", "plotly.js": "^1.37.1", "remote-utils": "^1.0.14", "select2": "^4.0.6-rc.1", "showdown": "^1.8.1", "strip-ansi": "^4.0.0", "tar": "^2.2.1", "unzip": "0.1.x", "webgme": "^2.26.0", "webgme-codeeditor": "^3.6.16", "webgme-hfsm": "^1.2.20", "webgme-to-json": "^1.0.4", "webgme-ui-replay": "github:webgme/ui-replay", "ws": "^3.3.2" }, "devDependencies": { "mocha": "^2.2.5", "rimraf": "^2.4.0", "chai": "^3.0.0" }, "description": "This repository contains ROSMOD developed for WebGME. ROSMOD is a web-based, collaborative, modeling and execution environment for distributed embedded applications built using ROS http://rosmod.rcps.isis.vanderbilt.edu", "main": "app.js", "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/rosmod/webgme-rosmod.git" }, "keywords": [ "webgme", "webgme-domain", "rosmod", "model-driven-development", "ros", "robotics", "distributed", "cyber", "physical", "systems", "CPS" ], "author": "William Emfinger", "license": "MIT", "bugs": { "url": "https://github.com/rosmod/webgme-rosmod/issues" }, "homepage": "https://github.com/rosmod/webgme-rosmod#readme" }