diff --git a/package.json b/package.json new file mode 100644 index 0000000..c00d789 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "notes", + "version": "1.0.0", + "description": "", + "main": "pr.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/soyzamudio/CompSci-Notes.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/soyzamudio/CompSci-Notes/issues" + }, + "homepage": "https://github.com/soyzamudio/CompSci-Notes#readme", + "dependencies": { + "github": "^0.2.4" + } +}