{
	"name": "need",
	"version": "0.0.0",
	"description": "Advanced node.js script loader with comparisons to built-in require",
	"keywords":   ["require", "need", "load", "loader", "modules", "script", "automatic"],
	"homepage":    "https://github.com/dbalcomb/need",
	"author":      "Daniel Balcomb <daniel.balcomb@gmail.com> (https://github.com/dbalcomb)",
	
	"main": "./lib/need",
	
	"licenses": [{
		"type": "MIT",
		"url":  "https://github.com/dbalcomb/need/LICENSE"
	}],
	
	"repository": {
		"type": "git",
		"url":  "https://github.com/dbalcomb/need.git"
	},
	
	"engines": {
		"node": ">= 0.4.0"
	}
}
