-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
37 lines (37 loc) · 987 Bytes
/
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
{
"name": "stately.js",
"description": "Stately.js is a JavaScript based finite-state machine (FSM) engine for Node.js and the browser.",
"homepage": "https://github.com/fschaefer/Stately.js",
"author": "Florian Schäfer",
"repository": {
"type": "git",
"url": "git://github.com/fschaefer/Stately.js.git"
},
"keywords": [
"automata",
"finite",
"fsm",
"machine",
"state"
],
"bugs": {
"url": "https://github.com/fschaefer/Stately.js/issues",
"email": "florian.schaefer+Stately.js@gmail.com"
},
"dependencies": {},
"devDependencies": {},
"contributors": [
"Rowan Udell <rowanu@gmail.com> (https://github.com/rowanu)",
"Cory Watson <cory.andrew.1988@gmail.com> (https://github.com/coryandrew1988)"
],
"engine": "node >= 0.8.0",
"main": "Stately.js",
"version": "2.0.0",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}