Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
406 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "verror",
|
---|
3 | "version": "1.10.0",
|
---|
4 | "description": "richer JavaScript errors",
|
---|
5 | "main": "./lib/verror.js",
|
---|
6 | "repository": {
|
---|
7 | "type": "git",
|
---|
8 | "url": "git://github.com/davepacheco/node-verror.git"
|
---|
9 | },
|
---|
10 | "dependencies": {
|
---|
11 | "assert-plus": "^1.0.0",
|
---|
12 | "core-util-is": "1.0.2",
|
---|
13 | "extsprintf": "^1.2.0"
|
---|
14 | },
|
---|
15 | "engines": [
|
---|
16 | "node >=0.6.0"
|
---|
17 | ],
|
---|
18 | "scripts": {
|
---|
19 | "test": "make test"
|
---|
20 | },
|
---|
21 | "license": "MIT"
|
---|
22 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.