chai-truthy
Version:
Truthy FUNCTIONS for Chai
26 lines (25 loc) • 509 B
JSON
{
"name": "chai-truthy",
"version": "1.0.0",
"description": "Truthy FUNCTIONS for Chai",
"main": "index.js",
"scripts": {
"pretty": "prettier --write --single-quote 'index.js'",
"test": "node test.js"
},
"keywords": [
"chai",
"truthy",
"falsy"
],
"repository": {
"type": "git",
"url": "git://github.com/MikeyBurkman/chai-truthy.git"
},
"author": "MikeyBurkman",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"prettier": "^0.22.0"
}
}