-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
43
{
"name": "ifsm",
"title": "jQuery Finite State Machine",
"description": "a jQuery State Machine (FSM / HSM) to design and manage javascript web user interfaces, simulators, games...",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"FSM",
"HSM",
"Machine",
"State"
],
"version": "1.7.8",
"author": {
"name": "Emmanuel Podvin",
"url": "http://fr.linkedin.com/in/podvin"
},
"maintainers": [
{
"name": "Emmanuel Podvin",
"email": "[email protected]",
"url": "http://www.intersel.fr"
}
],
"licenses": [
{
"type": "Intersel",
"url": "https://github.com/intersel/iFSM/blob/master/LICENSE"
}
],
"bugs": "https://github.com/intersel/iFSM/issues",
"homepage": "https://github.com/intersel/iFSM",
"docs": "https://github.com/intersel/iFSM/",
"repository": "https://github.com/intersel/iFSM/",
"demo": "http://www.intersel.fr/ifsm-jquery-plugin-demos.html",
"download": "https://github.com/intersel/iFSM/archive/master.zip",
"dependencies":
{
"jquery": ">=3.2.0",
"attrchange": ">= 1.0.1",
"dotimeout": ">= 1.0"
}
}