github-pages-deploy-action/node_modules/assert-plus/package.json

24 lines
553 B
JSON
Raw Normal View History

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