-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "ctrl",
"version": "0.0.1",
"description": "Simplifies asynchronous control flow in javascript making making parallel code, synchronous code, and error handling simple",
"homepage": "https://github.com/freethenation/ctrl",
"keywords": [
"async",
"parallel",
"synchronous",
"coffee",
"callback",
"flow",
"control",
"coffeescript"
],
"author": "Richard Klafter <rpklafter@yahoo.com>",
"contributors": [
{
"name": "Richard Klafter",
"email": "rpklafter@yahoo.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/freethenation/ctrl.git"
},
"dependencies": {},
"devDependencies": {
"coffee-script": "1.3.3",
"uglify-js": "2.2.5",
"glob": "3.1.20",
"underscore":"1.4.4"
},
"main": "bin/ctrl",
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "cake -e build:full"
}
}