forked from jbeard4/SCION
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent.json
More file actions
33 lines (32 loc) · 951 Bytes
/
Copy pathcomponent.json
File metadata and controls
33 lines (32 loc) · 951 Bytes
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
{
"name": "scxml",
"repo": "jbeard4/scxml.js",
"description": "An implementation of SCXML in portable ECMAScript.",
"version": "0.0.4",
"keywords": [
"scxml",
"statecharts",
"w3c",
"javascript"
],
"dependencies": {
"jbeard4/scion-core": "1.1.3",
"isaacs/sax-js": "0.5.3"
},
"development": {},
"license": "Apache-2.0",
"main" : "lib/runtime/platform-bootstrap/browser/index.js",
"scripts": [
"lib/compiler/scxml-to-scjson.js",
"lib/compiler/scjson-to-module.js",
"lib/runtime/transform/util.js",
"lib/runtime/transform/inline-srcs.js",
"lib/runtime/platform-bootstrap/browser/path.js",
"lib/runtime/platform-bootstrap/browser/url.js",
"lib/runtime/platform-bootstrap/browser/platform.js",
"lib/runtime/platform-bootstrap/browser/index.js",
"lib/runtime/platform-bootstrap/platform.js",
"lib/runtime/document-string-to-model.js",
"lib/runtime/facade.js"
]
}