{
	"name": "parall",
	"version": "0.5.1",
	"description": "Node.js parallelism made easier.",
	"keywords": ["networking", "messaging", "actors", "multicore"],
	"homepage": "https://github.com/jfd/node-parall",
	"author": "Johan Dahlberg <dahlberg.johan@gmail.com> (http://jfd.github.com/)",
  "main": ["./parall.js"],
	"directories": {
	  "lib": "./lib"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/jfd/node-parall.git"
	},
	"os": ["macos", "linux"],
	"engines": {
		"node": ">=0.4.0"
	}
}
