repair
Version:
Repair broken instances of native constructors.
38 lines (37 loc) • 939 B
JSON
{
"name": "repair",
"version": "0.1.1",
"description": "Repair broken instances of native constructors.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec ./test.js",
"watch": "mocha --watch ./test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- ./test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- ./test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Swaagie/repair.git"
},
"keywords": [
"repair",
"native",
"instances",
"regexp",
"references",
"vm",
"context"
],
"author": "Martijn Swaagman",
"license": "MIT",
"bugs": {
"url": "https://github.com/Swaagie/repair/issues"
},
"homepage": "https://github.com/Swaagie/repair#readme",
"devDependencies": {
"assume": "~1.2.5",
"istanbul": "~0.3.17",
"mocha": "~2.2.5",
"pre-commit": "~1.1.1"
}
}