1{ 2 "name": "boolstring", 3 "version": "1.0.2", 4 "description": "JavaScript library for converting a string into a boolean.", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "git+https://github.com/domkalan/boolString.git" 12 }, 13 "keywords": [ 14 "bool", 15 "string", 16 "eval" 17 ], 18 "author": "Kalan Dominick", 19 "license": "MIT", 20 "bugs": { 21 "url": "https://github.com/domkalan/boolString/issues" 22 }, 23 "homepage": "https://github.com/domkalan/boolString#readme" 24} 25 26