billgates
Version:
Returns if you are using Bill Gates' operating system
22 lines (21 loc) • 421 B
JSON
{
"name": "billgates",
"version": "1.0.3",
"description": "Returns if you are using Bill Gates' operating system",
"main": "billgates.js",
"bin": {
"billgates": "billgates.js"
},
"scripts": {
"test": "echo \"console.log(require('./billgates'))\" | node"
},
"keywords": [
"Bill",
"Gates"
],
"author": "Prokop Schield",
"license": "GPL-3.0-or-later",
"devDependencies": {
"banana-js": ">=0.2.5"
}
}