blob: a9f4c956cb982e5bca23dee834f65f43e8adaa9e [file] [log] [blame]
{
"author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)",
"dependencies": {},
"description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.",
"devDependencies": {
"component": "*",
"typescript": "^2.6.1"
},
"engines": {
"node": "*"
},
"keywords": [
"test",
"assertion",
"assertion-error"
],
"license": "MIT",
"main": "./index",
"name": "assertion-error",
"repository": {
"type": "git",
"url": "git@github.com:chaijs/assertion-error.git"
},
"scripts": {
"test": "make test"
},
"types": "./index.d.ts",
"version": "1.1.0"
}