UNPKG

800 BJSONView Raw
1{
2 "name": "scion",
3 "version": "3.1.3",
4 "author": {
5 "name": "Jacob Beard",
6 "email": "jake@jacobeanrnd.com"
7 },
8 "description": "StateCharts Interpretation and Optimization eNgine (SCION) CORE is an implementation of Statecharts in JavaScript.",
9 "main": "./dist/scxml.min.js",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/jbeard4/SCION.git"
13 },
14 "keywords": [
15 "scxml",
16 "statecharts",
17 "w3c",
18 "javascript"
19 ],
20 "licenses": [
21 {
22 "type": "Apache-2.0",
23 "url": "https://github.com/jbeard4/SCION/blob/master/LICENSE.txt"
24 }
25 ],
26 "ignore": [
27 "CHANGES.md",
28 "Gruntfile.js",
29 "LICENSE.txt",
30 "README.md",
31 "bin/*",
32 "grunt/*",
33 "lib/*",
34 "log.md",
35 "node_modules/*",
36 "reports/*",
37 "test/*"
38 ]
39}