-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
63 lines (63 loc) · 1.66 KB
/
bower.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name" : "machina.postal",
"description" : "A plugin for machina.js that auto-wires finite state machines into the postal.js local message bus.",
"version" : "0.4.0",
"homepage" : "https://github.com/ifandelse/machina.postal",
"repository" : {
"type" : "git",
"url" : "git://github.com/ifandelse/machina.postal.git"
},
"keywords" : [
"state machine",
"finite state machine",
"fsm",
"async",
"workflow",
"state",
"machina",
"machina-js",
"machina.js",
"machinajs"
],
"author" : "Jim Cowart (http://freshbrewedcode.com/jimcowart)",
"contributors": [
{
"name" : "Jim Cowart",
"email" : "[email protected]",
"url" : "http://freshbrewedcode.com/jimcowart"
}
],
"bugs" : {
"email" : "[email protected]",
"url" : "https://github.com/ifandelse/machina.postal/issues"
},
"main" : "lib/machina.postal.js",
"dependencies" : {
"postal.js" : "~0.8.0",
"machina" : "~0.3.0"
},
"devDependencies": {
"jquery" : "~1.10.2",
"bootstrap" : "~3.0.3",
"expect" : "0.1.2",
"mocha" : "~1.17.0",
"requirejs" : "~2.1.10",
"postal.diagnostics" : "~0.7.0",
"postal.js" : "~0.8.0",
"machina" : "~0.3.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"scripts": {
"test": "mocha ./spec/*.js",
"build": "gulp",
"start": "gulp server"
},
"resolutions": {
"underscore": "~1.5.2"
}
}