bg-rickroll
Version:
Node app to randomly run rickroll in your browser
33 lines (32 loc) • 704 B
JSON
{
"name": "bg-rickroll",
"version": "1.0.4",
"description": "Node app to randomly run rickroll in your browser",
"main": "rickroll.js",
"bin": {
"bg-rickroll": "./src/rickroll.js"
},
"scripts": {
"start": "node ./src/rickroll.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wraithyy/node-bg-rickroll.git"
},
"keywords": [
"rickroll",
"prank",
"funny",
"fun"
],
"author": "Wraithy",
"license": "MIT",
"bugs": {
"url": "https://github.com/wraithyy/node-bg-rickroll/issues"
},
"homepage": "https://github.com/wraithyy/node-bg-rickroll#readme",
"dependencies": {
"minimist": "^1.2.8",
"opn": "^6.0.0"
}
}