-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "webgme-hfsm",
"scripts": {
"start": "node app.js",
"test": "node ./node_modules/mocha/bin/mocha --recursive test",
"postinstall": "bower install"
},
"version": "1.6.0",
"repository": {
"type": "git",
"url": "http://github.com/finger563/webgme-hfsm.git"
},
"dependencies": {
"underscore": "^1.13.6",
"webgme": "^2.42.1",
"webgme-codeeditor": "^3.6.19",
"webgme-to-json": "^1.0.4",
"webgme-ui-replay": "^1.0.0"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^10.1.0",
"rimraf": "^2.7.1"
},
"description": "WebGME Domain for creating Executable Heirarchical Finite State Machines (HFSMs). Contains metamodel, visualization, simulation, and code generation for Heirarchical Finite State Machines (HFSMs) following the UML State Machine specification.",
"main": "app.js",
"directories": {
"test": "test"
},
"keywords": [
"webgme",
"domain",
"webgme-domain",
"Hierarchical",
"UML",
"State Chart",
"State Machine",
"HFSM",
"code generation"
],
"license": "MIT"
}