Hey, check out this crazy news article that totally isn't a rickroll
at master 548 B view raw
1{ 2 "name": "rickognito", 3 "version": "0.0.7", 4 "description": "Disguise a rickroll", 5 "main": "index.js", 6 "scripts": { 7 "start": "node --use_strict index.js" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "git+ssh://git@gitlab.com/sanin.dev/rickognito.git" 12 }, 13 "author": "Cory Sanin", 14 "license": "MIT", 15 "bugs": { 16 "url": "https://gitlab.com/sanin.dev/rickognito/issues" 17 }, 18 "homepage": "https://gitlab.com/sanin.dev/rickognito#readme", 19 "dependencies": { 20 "express": "5.1.0", 21 "express-useragent": "1.0.15" 22 } 23}