From c564130e8a344582cabd6a48ac3f019626a4c2f2 Mon Sep 17 00:00:00 2001 From: Jose Zamudio Date: Mon, 29 Jun 2015 15:32:52 -0700 Subject: [PATCH] New Feature added with Node --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json 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" + } +}