{
	"author": "T. Jameson Little <t.jameson.little@gmail.com>",
	"name": "construct",
	"description": "Calls a constructor with an arbitrary number of arguments.",
	"version": "1.0.0",
	"homepage": "https://github.com/beatgammit/construct",
	"keywords": ["construct", "constructor", "arguments", "utility", "browser"],
	"repository": {
		"type": "git",
		"url": "git://github.com/beatgammit/construct.git"
	},
	"main": "lib/construct.js",
	"scripts": {
		"test": "node test/test.js"
	},
	"engines": {
		"node": "*"
	},
	"dependencies": {},
	"devDependencies": {}
}
