UNPKG

951 BJSONView Raw
1{
2 "name": "scxml",
3 "repo": "jbeard4/scxml.js",
4 "description": "An implementation of SCXML in portable ECMAScript.",
5 "version": "0.0.4",
6 "keywords": [
7 "scxml",
8 "statecharts",
9 "w3c",
10 "javascript"
11 ],
12 "dependencies": {
13 "jbeard4/scion-core": "1.1.3",
14 "isaacs/sax-js": "0.5.3"
15 },
16 "development": {},
17 "license": "Apache-2.0",
18 "main" : "lib/runtime/platform-bootstrap/browser/index.js",
19 "scripts": [
20 "lib/compiler/scxml-to-scjson.js",
21 "lib/compiler/scjson-to-module.js",
22 "lib/runtime/transform/util.js",
23 "lib/runtime/transform/inline-srcs.js",
24 "lib/runtime/platform-bootstrap/browser/path.js",
25 "lib/runtime/platform-bootstrap/browser/url.js",
26 "lib/runtime/platform-bootstrap/browser/platform.js",
27 "lib/runtime/platform-bootstrap/browser/index.js",
28 "lib/runtime/platform-bootstrap/platform.js",
29 "lib/runtime/document-string-to-model.js",
30 "lib/runtime/facade.js"
31 ]
32}
33