From 6824643f459c6d63ffd8ff846b373b2e49707abc Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 3 Aug 2015 22:33:16 -0400 Subject: init --- .gitignore | 6 ++++++ LICENSE | 29 +++++++++++++++++++++++++++++ package.json | 19 +++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1100c85 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*~ +.DS_Store +*.orig +.#* +*.swp +node_modules/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7a26d10 --- /dev/null +++ b/LICENSE @@ -0,0 +1,29 @@ + Jollo LNT license + Version 1 - February 2015 + + Copyright, 2015. JOLLO NET NA. + The Jollo IRC Network. + + Vu, fare wanderer, confronted with raw, programmatic instruction + dans la forme la plus pure. A hesitation, troubled to the terms + qui ce license affirme. Par un voyage du explorer le mechanisme + et ponder la fabrication. Voila! La remide: egress sans risque. + + Sans trace (Leave No Trace) via sept principales: + + 0. Modifique language en advance. L'Apposer Jollo LNT license + with copies en distribuer. + + 1. Non responsible pour neglige programme du problematique. + + 2. Non sympathie pour neglige programme du problematique. + + 3. Non permission l'modifique under any circumstance. + + 4. Non permission distribution under any circumstance. + + 5. Respect les programmatic instructions. + + 6. Non interfere avec l'harmonie d'une amitie. + + \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..78f97b6 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "asdf-yt", + "version": "1.0.0", + "description": "asdf yt chat", + "main": "server/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@ghghgh.us:yt-chat.git" + }, + "author": "jules", + "license": "LNT", + "dependencies": { + "express": "^4.13.3", + "socket.io": "^1.3.6" + } +} -- cgit v1.2.3-70-g09d2