lol
Version:
Just lol, rofl, wtf, etc !!11!!1!
41 lines (37 loc) • 911 B
JSON
{
"name" : "lol",
"description" : "Just lol, rofl, wtf, etc !!11!!1!",
"version" : "1.0.101-lol",
"main" : "lol.js",
"engines" : {
"node" : ">= 0.6.0"
},
"devDependencies" : {
"tap" : "0.4.x"
},
"scripts" : {
"test" : "tap test.js"
},
"homepage" : "https://github.com/chilts/lol/",
"repository" : {
"type" : "git",
"url" : "git://github.com/chilts/lol.git"
},
"bugs" : {
"url" : "http://github.com/chilts/lol/issues",
"mail" : "andychilton@gmail.com"
},
"author" : {
"name" : "Andrew Chilton",
"email" : "andychilton@gmail.com",
"url" : "http://chilts.org/"
},
"contributors" : [],
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/chilts/lol/raw/master/LICENSE"
}],
"keywords" : [
"lol", "rofl", "wtf"
]
}