UNPKG

550 BJSONView Raw
1{
2 "name": "boolbase",
3 "version": "1.0.0",
4 "description": "two functions: One that returns true, one that returns false",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/fb55/boolbase"
12 },
13 "keywords": [
14 "boolean",
15 "function"
16 ],
17 "author": "Felix Boehm <me@feedic.com>",
18 "license": "ISC",
19 "bugs": {
20 "url": "https://github.com/fb55/boolbase/issues"
21 },
22 "homepage": "https://github.com/fb55/boolbase"
23}