-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (44 loc) · 1.71 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" : "dropletjs.sequencer",
"version" : "0.1.5",
"description" : "DropletJS.Sequencer executes JavaScript functions in a specified order, waiting for one to finish before executing the next.",
"keywords" : ["sequence", "sequencer","series","synchronous","asynchronous"],
"categories" : ["Utilities"],
"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/DropletJS.Sequencer/issues"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/wmbenedetto/DropletJS.Sequencer#mit-license"
}
],
"repositories" : [
{
"type" : "git",
"url" : "https://github.com/wmbenedetto/DropletJS.Sequencer.git"
}
],
"dependencies" : [],
"homepage" : "https://github.com/wmbenedetto/DropletJS.Sequencer",
"github" : "https://github.com/wmbenedetto/DropletJS.Sequencer",
"main" : "src/DropletJS.Sequencer.js",
"jam" : {
"main" : "src/DropletJS.Sequencer.js",
"include": [
"src/DropletJS.Sequencer.js"
]
}
}