forked from wmbenedetto/turbine.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (44 loc) · 1.56 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
44
45
46
47
{
"name" : "turbine.js",
"version" : "0.4.0",
"description" : "Turbine.js is an event-driven JavaScript Workflow Engine.",
"keywords" : ["workflow", "control","flow","state","machine"],
"categories" : ["Data","Events"],
"author": {
"name" : "Warren Benedetto",
"url" : "http://www.transfusionmedia.com"
},
"maintainers" : [
{
"name" : "Warren Benedetto",
"email" : "[email protected]",
"web" : "http://www.transfusionmedia.com"
}
],
"contributors" : [],
"bugs" : {
"web" : "https://github.com/wmbenedetto/turbine.js/issues"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/wmbenedetto/turbine.js#mit-license"
}
],
"repositories" : [
{
"type" : "git",
"url" : "https://github.com/wmbenedetto/turbine.js.git"
}
],
"dependencies" : [],
"homepage" : "https://github.com/wmbenedetto/turbine.js",
"github" : "https://github.com/wmbenedetto/turbine.js",
"main" : "src/Turbine.min.js",
"jam" : {
"main" : "src/Turbine.min.js",
"include": [
"src/Turbine.min.js"
]
}
}