From b2d594993735b97c624d2474b20a4da43faafc61 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 22 Mar 2016 15:09:28 -0400 Subject: npm init --- .gitignore | 15 +++++++++++++++ package.json | 24 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .gitignore create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..be870a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +.bundle +*.DS_Store +db/*.sqlite3 +log/*.log +tmp/ +.#* +*~ +*.orig +*# +*.swp +node_modules +restart +.env +*.sqlite3 + diff --git a/package.json b/package.json new file mode 100644 index 0000000..635e23d --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "portfolio", + "version": "1.0.0", + "description": "okfocus portfolio", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/okfocus/portfolio.git" + }, + "author": "okfocus ", + "license": "LNT", + "bugs": { + "url": "https://github.com/okfocus/portfolio/issues" + }, + "dependencies": { + "dotenv": "^2.0.0", + "object-assign": "^2.0.0", + "okcms": "git+ssh://git@github.com:okfocus/okcms.git#v0.1.18" + }, + "homepage": "https://github.com/okfocus/portfolio" +} -- cgit v1.2.3-70-g09d2