empty-module
Version:
Return an empty module, 'nuff said
26 lines (25 loc) • 554 B
JSON
{
"name": "empty-module",
"version": "0.0.2",
"description": "Return an empty module, 'nuff said",
"readme": "Return an empty module, 'nuff said",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:Calvein/empty-module.git"
},
"keywords": [
"empty",
"null",
"none",
"nothing"
],
"author": "François Robichet",
"license": "MIT",
"bugs": {
"url": "https://github.com/Calvein/empty-module/issues"
}
}