24 lines
577 B
JSON
24 lines
577 B
JSON
{
|
|
"name": "boolstring",
|
|
"version": "1.0.2",
|
|
"description": "JavaScript library for converting a string into a boolean.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/domkalan/boolString.git"
|
|
},
|
|
"keywords": [
|
|
"bool",
|
|
"string",
|
|
"eval"
|
|
],
|
|
"author": "Kalan Dominick",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/domkalan/boolString/issues"
|
|
},
|
|
"homepage": "https://github.com/domkalan/boolString#readme"
|
|
}
|