forked from al6x/synchronize
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 700 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 700 Bytes
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
{
"name" : "synchronize",
"main" : "./sync",
"version" : "0.9.14",
"homepage" : "http://alexeypetrushin.github.com/synchronize",
"repository": {
"type": "git",
"url": "https://github.com/alexeypetrushin/synchronize.git"
},
"dependencies" : {
"fibers" : "1.0.x"
},
"devDependencies" : {
"mocha" : "1.0.x",
"chai" : "1.3.x"
},
"scripts" : {
"test": "mocha -R spec test/*.js"
},
"description" : "Turns asynchronous function into synchronous",
"keywords" : ["Fibers", "Sync", "Async", "Control Flow"],
"author" : {
"name" : "Alexey Petrushin",
"url" : "http://petrush.in"
},
"license" : "MIT"
}