github-pages-deploy-action/node_modules/makeerror/package.json

20 lines
447 B
JSON
Raw Normal View History

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