From 30c90b66bc708ab42b7d018774159ce71590cfa9 Mon Sep 17 00:00:00 2001 From: Lukas Ruge Date: Sun, 3 Apr 2016 11:35:16 +0200 Subject: [PATCH] first commit --- README.md | 3 +++ iceboxtwitter.js | 1 + package.json | 24 ++++++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 README.md create mode 100644 iceboxtwitter.js create mode 100644 package.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c3d94e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Icebox twitter client + +The IceBox is finally invading your social bubble. diff --git a/iceboxtwitter.js b/iceboxtwitter.js new file mode 100644 index 0000000..0e3af75 --- /dev/null +++ b/iceboxtwitter.js @@ -0,0 +1 @@ +//HERE BE CODE diff --git a/package.json b/package.json new file mode 100644 index 0000000..7391562 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "iceboxtwitter", + "version": "0.0.1", + "description": "The IceBox is finally invading your social bubble.", + "main": "iceboxtwitter.js", + "scripts": { + "test": "test", + "start": "node iceboxtwitter.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/MotieDesign101/IceBox-Twitter.git" + }, + "keywords": [ + "icebox", + "nbsp" + ], + "author": "TVLuke", + "license": "WTFPL", + "bugs": { + "url": "https://github.com/MotieDesign101/IceBox-Twitter/issues" + }, + "homepage": "https://github.com/MotieDesign101/IceBox-Twitter#readme" +}