UNPKG

561 BJSONView Raw
1{
2 "name": "bsert",
3 "version": "0.0.9",
4 "description": "Minimal assert with type checking",
5 "keywords": [
6 "assert"
7 ],
8 "license": "MIT",
9 "repository": "git://github.com/chjj/bsert.git",
10 "homepage": "https://github.com/chjj/bsert",
11 "bugs": {
12 "url": "https://github.com/chjj/bsert/issues"
13 },
14 "author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
15 "main": "./lib/assert.js",
16 "scripts": {
17 "lint": "eslint lib/ test/ || exit 0",
18 "test": "bmocha --reporter spec test/*-test.js"
19 },
20 "engines": {
21 "node": ">=8.0.0"
22 }
23}