Skip to content

Instantly share code, notes, and snippets.

@vielmetti
Created March 26, 2020 10:31
Show Gist options
  • Save vielmetti/bbf414f1cb0c8ae4039776187da04782 to your computer and use it in GitHub Desktop.
Save vielmetti/bbf414f1cb0c8ae4039776187da04782 to your computer and use it in GitHub Desktop.
{
"name": "commonplace",
"version": "1.0.0",
"description": "commonplace book, replacing a weblog.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/vielmetti/commonplace.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/vielmetti/commonplace/issues"
},
"homepage": "https://github.com/vielmetti/commonplace#readme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment