-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
68 lines (68 loc) · 1.76 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"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.15",
"blob-util": "^1.3.0",
"bower": "^1.8.12",
"cytoscape": "^2.7.29",
"cytoscape-cose-bilkent": "1.3.8",
"filendir": "^1.0.2",
"fs": "0.0.2",
"fstream": "^1.0.12",
"handlebars": "^4.7.7",
"mkdirp": "^0.5.5",
"path": "0.11.x",
"plotly.js": "^2.25.2",
"remote-utils": "^1.0.14",
"select2": "^4.0.13",
"showdown": "^1.9.1",
"strip-ansi": "^4.0.0",
"tar": "^6.2.1",
"unzip": "0.1.x",
"webgme": "^2.42.1",
"webgme-codeeditor": "^3.6.19",
"webgme-hfsm": "^1.3.0",
"webgme-to-json": "^1.0.4",
"webgme-ui-replay": "github:webgme/ui-replay",
"ws": "^5.2.3"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^10.1.0",
"rimraf": "^2.7.1"
},
"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"
}