aboutsummaryrefslogtreecommitdiff
path: root/node_modules/better-assert/package.json
blob: ae04635071c99d91bbdd3efe146caf41c6fdae48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "name": "better-assert",
    "version": "1.0.2",
    "description": "Better assertions for node, reporting the expr, filename, lineno etc",
    "keywords": [
        "assert",
        "stack",
        "trace",
        "debug"
    ],
    "author": "TJ Holowaychuk <tj@vision-media.ca>",
    "contributors": [
        "TonyHe <coolhzb@163.com>",
        "ForbesLindesay"
    ],
    "dependencies": {
        "callsite": "1.0.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/visionmedia/better-assert.git"
    },
    "main": "index",
    "engines": {
        "node": "*"
    }
}