UNPKG

1.52 kBJSONView Raw
1{
2 "name": "l8",
3 "version": "0.1.44",
4 "description": "l8 is a task manager for javascript. A task is a function broken in steps. l8 comes with synchronisation and distribution tools including semaphores, mutexes, message queues, generators, actors and socket.io proxied actors, among others.",
5 "main": "lib/l8.js",
6 "files": [
7 "lib/l8.js",
8 "lib/actor.js",
9 "test"
10 ],
11 "directories": {
12 "lib": "lib",
13 "test": "test"
14 },
15 "engines": {
16 "node": ">=0.6.0"
17 },
18 "dependencies": {
19 "matches": ">=0.5.0",
20 "socket.io": ">=0.9.13",
21 "zeparser": ">=0.0.5",
22 "socket.io-client": ">=0.9.11",
23 "connect": ">=2.7.1",
24 "bugsnag": "latest",
25 "requirejs": "latest"
26 },
27 "devDependencies": {
28 "coffee-script": "~1.4.0"
29 },
30 "scripts": {
31 "test": "echo \"pwd\" ; pwd ; echo \"ls .\" ; ls . ; echo \"ls lib\" ; ls lib ; echo \"ls test\" ; ls test; ln -s ../. node_modules/l8 ; echo \"ls node_modules\" ; ls node_modules ; echo \"ls node_modules/l8\" ; ls node_modules/l8 ; echo \"run tests...\" ; node test/suite.js && node test/actor.js"
32 },
33 "repository": {
34 "type": "git",
35 "url": "git://github.com/JeanHuguesRobert/l8.git"
36 },
37 "keywords": [
38 "flow",
39 "control",
40 "flow control",
41 "async",
42 "promise",
43 "actor",
44 "actors",
45 "scala",
46 "erlang",
47 "semaphore",
48 "mutex",
49 "thread",
50 "rpc",
51 "message passing"
52 ],
53 "author": "Jean Hugues Robert",
54 "license": "MIT"
55}
56