omnpm1
Version:
first test npm package
25 lines (24 loc) • 520 B
JSON
{
"name": "omnpm1",
"version": "1.0.1",
"description": "first test npm package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/owenmeier/omnpm1.git"
},
"keywords": [
"NPM",
"Test",
"Run"
],
"author": "Owen Meier",
"license": "ISC",
"bugs": {
"url": "https://github.com/owenmeier/omnpm1/issues"
},
"homepage": "https://github.com/owenmeier/omnpm1#readme"
}