construct
Version:
Calls a constructor with an arbitrary number of arguments.
22 lines (21 loc) • 564 B
JSON
{
"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": {}
}