diff options
| -rw-r--r-- | .gitignore | 6 | ||||
| -rw-r--r-- | LICENSE | 29 | ||||
| -rw-r--r-- | package.json | 19 |
3 files changed, 54 insertions, 0 deletions
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/ @@ -0,0 +1,29 @@ + Jollo LNT license + Version 1 - February 2015 + + Copyright, 2015. JOLLO NET NA. + The Jollo IRC Network. <https://jollo.org/> + + 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" + } +} |
