1{ 2 "author": "Mark Cavage <[email protected]>", 3 "name": "assert-plus", 4 "description": "Extra assertions on top of node's assert module", 5 "version": "1.0.0", 6 "license": "MIT", 7 "main": "./assert.js", 8 "devDependencies": { 9 "tape": "4.2.2", 10 "faucet": "0.0.1" 11 }, 12 "optionalDependencies": {}, 13 "scripts": { 14 "test": "./node_modules/.bin/tape tests/*.js | ./node_modules/.bin/faucet" 15 }, 16 "repository": { 17 "type": "git", 18 "url": "https://github.com/mcavage/node-assert-plus.git" 19 }, 20 "engines": { 21 "node": ">=0.8" 22 } 23} 24 25