homer-helper
Version:
A test npm package
25 lines (23 loc) • 583 B
JSON
{
"name": "homer-helper",
"version": "1.0.0",
"description": "A test npm package",
"main": "homer-helper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abbag/JavaScriptHomerHelper.git"
},
"keywords": [
"homer"
],
"author": "Homer",
"license": "MIT",
"bugs": {
"url": "https://github.com/abbag/JavaScriptHomerHelper/issues"
},
"homepage": "https://github.com/abbag/JavaScriptHomerHelper#readme",
"dependencies": {}
}