boolify-string
Version:
Check a string whether truthy or falsy.
57 lines (56 loc) • 1.49 kB
JSON
{
"name": "boolify-string",
"description": "Check a string whether truthy or falsy.",
"version": "2.0.2",
"author": {
"name": "sanemat",
"email": "o.gata.ken@gmail.com"
},
"bugs": "https://github.com/sanemat/node-boolify-string/issues",
"dependencies": {
"type-detect": "^1.0.0"
},
"devDependencies": {
"conventional-changelog": "^0.4.3",
"espower-loader": "^1.0.0",
"fixpack": "^2.2.0",
"intelli-espower-loader": "^1.0.0",
"jscs": "^2.1.1",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"npm-check-updates": "^2.2.1",
"power-assert": "^1.0.0"
},
"directories": {
"test": "test/"
},
"files": [
"lib"
],
"homepage": "https://github.com/sanemat/node-boolify-string",
"keywords": [
"bool",
"boolean",
"environment",
"false",
"falsy",
"string",
"true",
"truthy"
],
"license": "MIT",
"main": "lib/boolify-string.js",
"repository": {
"type": "git",
"url": "https://github.com/sanemat/node-boolify-string"
},
"scripts": {
"changelog": "conventional-changelog -i changelog.md --overwrite --preset angular",
"fixpack": "fixpack",
"jscs": "jscs lib/boolify-string.js test/boolify-string_test.js example/simple.js",
"jshint": "jshint lib/boolify-string.js test/boolify-string_test.js example/simple.js",
"ncu": "ncu -u",
"test": "mocha --require intelli-espower-loader",
"verify": "npm run jscs && npm run jshint && npm run test"
}
}