This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

20 lines
447 B
JSON

{
"name": "makeerror",
"description": "A library to make errors.",
"version": "1.0.11",
"license": "BSD-3-Clause",
"author": "Naitik Shah <n@daaku.org>",
"main": "lib/makeerror",
"repository": {
"type": "git",
"url": "https://github.com/daaku/nodejs-makeerror"
},
"scripts": { "test": "NODE_PATH=./lib mocha --ui exports" },
"dependencies": {
"tmpl": "1.0.x"
},
"devDependencies": {
"mocha": "0.12.x"
}
}