36 lines
716 B
JSON
36 lines
716 B
JSON
{
|
|
"name": "newify",
|
|
"version": "1.1.9",
|
|
"description": "Call function constructors with an array of arguments that spread",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "make test",
|
|
"test-w": "make test-w",
|
|
"test-debug": "mocha --debug-brk"
|
|
},
|
|
"keywords": [
|
|
"new",
|
|
"constructor",
|
|
"arguments",
|
|
"create",
|
|
"new",
|
|
"object",
|
|
"spread",
|
|
"instantiate"
|
|
],
|
|
"author": "Radu Brehar",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/radubrehar/newify.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/radubrehar/newify/issues"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "~2.4.0",
|
|
"should": "~4.0.4",
|
|
"mocha": "~1.20.1"
|
|
}
|
|
}
|