You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
553 B

4 years ago
{
4 years ago
"author": "Mark Cavage <mcavage@gmail.com>",
"name": "assert-plus",
4 years ago
"description": "Extra assertions on top of node's assert module",
4 years ago
"version": "1.0.0",
4 years ago
"license": "MIT",
"main": "./assert.js",
4 years ago
"devDependencies": {
"tape": "4.2.2",
"faucet": "0.0.1"
},
4 years ago
"optionalDependencies": {},
4 years ago
"scripts": {
"test": "./node_modules/.bin/tape tests/*.js | ./node_modules/.bin/faucet"
},
4 years ago
"repository": {
"type": "git",
4 years ago
"url": "https://github.com/mcavage/node-assert-plus.git"
4 years ago
},
4 years ago
"engines": {
"node": ">=0.8"
}
4 years ago
}