Created
March 26, 2020 10:31
-
-
Save vielmetti/bbf414f1cb0c8ae4039776187da04782 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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