Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TVLuke committed Apr 3, 2016
0 parents commit 30c90b6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Icebox twitter client

The IceBox is finally invading your social bubble.
1 change: 1 addition & 0 deletions iceboxtwitter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//HERE BE CODE
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 30c90b6

Please sign in to comment.