source: frontend/node_modules/makeerror/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 452 bytes
Line 
1{
2 "name": "makeerror",
3 "description": "A library to make errors.",
4 "version": "1.0.12",
5 "license": "BSD-3-Clause",
6 "author": "Naitik Shah <n@daaku.org>",
7 "main": "lib/makeerror",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/daaku/nodejs-makeerror"
11 },
12 "scripts": {
13 "test": "NODE_PATH=./lib mocha --ui exports"
14 },
15 "dependencies": {
16 "tmpl": "1.0.5"
17 },
18 "devDependencies": {
19 "mocha": "9.1.3"
20 }
21}
Note: See TracBrowser for help on using the repository browser.