blob: b1909d3f231c842f48b139414e40d47bced6e9e0 [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"
}