string-is-empty
Version:
Check if a string is empty
35 lines (34 loc) • 771 B
JSON
{
"name": "string-is-empty",
"version": "2.0.0",
"description": "Check if a string is empty",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"rme": "readme package.json > README.md",
"test": "mocha --harmony --inline-diffs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jameswomack/string-is-empty.git"
},
"keywords": [
"string",
"empty"
],
"author": "james@womack.io",
"license": "ISC",
"bugs": {
"url": "https://github.com/jameswomack/string-is-empty/issues"
},
"homepage": "https://github.com/jameswomack/string-is-empty#readme",
"devDependencies": {
"mocha": "^3.5.0",
"package-json-to-readme": "^2.0.0"
},
"dependencies": {
"is-string": "^1.0.4"
}
}